Html Css Color HEX #BB3CCF Medium Orchid

📋 copy color: '#BB3CCF'

red 187 ◦ green 60 ◦ blue 207

#BB3CCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB3CCF

Tints of Medium Orchid #BB3CCF

RGB

 RED value IS 187 (73.44% from 255) = 41.19%

 GREEN value IS 60 (23.83% from 255) = 13.22%

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 41.19%
G = 13.22%
B = 45.59%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB3CCF (or 0xBB3CCF) is known color: Medium Orchid. HEX triplet: BB, 3C and CF. RGB value is (187,60,207). Sum of RGB (Red+Green+Blue) = 187+60+207=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB3CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CCF is #44C330. Grayscale: #727272. Windows color (decimal): -4506417 or 13581499. OLE color: 13581499.

HSL color Cylindrical-coordinate representation of color #BB3CCF: hue angle of 291.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3CCF is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 60 207 -
CMYK 0.10 0.71 0 0.19
HSL 291.84º 0.6% 0.52% -
HSV(B) 291.84º 0.71% 0.81% -
XYZ 33.37 18.3 60.81 -
YUV 114.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 187 60 207 0.10 0.71 0 0.19 291.84 0.6 0.52
Hex BB 3C CF A 47 0 13 124 3C 34
Octal 273 74 317 12 107 0 23 444 74 64
Binary 10111011 111100 11001111 1010 1000111 0 10011 100100100 111100 110100

Color Harmonies of #BB3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3CCF

Black with #BB3CCF

Text Example


Text Example

White with #BB3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3CCF; }

 p { color: rgb(187,60,207); }

 H1.HeaderClassName
 {
   color: #BB3CCF;
 }
 .AnyTagClassName
 {
   color: #BB3CCF;
 }
</style>

background-color css

<style>
 a { background-color: #BB3CCF; }

 a { background-color: rgb(187,60,207); }

 div.DivClassName
 {
   background-color: #BB3CCF;
 }
 .BgClassName
 {
   background-color: #BB3CCF;
 }
</style>

border-color css

<style>
 span { border-color: #BB3CCF; }

 span { border-color: rgb(187,60,207); }

 td.TdClassName
 {
   border-color: #BB3CCF;
 }
 .TagClassName
 {
   border-color: #BB3CCF;
 }
</style>