Html Css Color HEX #BB2DCE Dark Orchid

📋 copy color: '#BB2DCE'

red 187 ◦ green 45 ◦ blue 206

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

Shades of Dark Orchid #BB2DCE

Tints of Dark Orchid #BB2DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.27%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 42.69%
G = 10.27%
B = 47.03%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB2DCE (or 0xBB2DCE) is known color: Dark Orchid. HEX triplet: BB, 2D and CE. RGB value is (187,45,206). Sum of RGB (Red+Green+Blue) = 187+45+206=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB2DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DCE is #44D231. Grayscale: #696969. Windows color (decimal): -4510258 or 13512123. OLE color: 13512123.

HSL color Cylindrical-coordinate representation of color #BB2DCE: hue angle of 292.92º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2DCE is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 45 206 -
CMYK 0.09 0.78 0 0.19
HSL 292.92º 0.64% 0.49% -
HSV(B) 292.92º 0.78% 0.81% -
XYZ 32.57 16.9 59.94 -
YUV 105.81 184.54 185.91 -
System Red Green Blue C M Y K H S L
Decimal 187 45 206 0.09 0.78 0 0.19 292.92 0.64 0.49
Hex BB 2D CE 9 4E 0 13 125 40 31
Octal 273 55 316 11 116 0 23 445 100 61
Binary 10111011 101101 11001110 1001 1001110 0 10011 100100101 1000000 110001

Color Harmonies of #BB2DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2DCE

Black with #BB2DCE

Text Example


Text Example

White with #BB2DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2DCE; }

 p { color: rgb(187,45,206); }

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

background-color css

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

 a { background-color: rgb(187,45,206); }

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

border-color css

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

 span { border-color: rgb(187,45,206); }

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