Html Css Color HEX #BB2BCC Dark Orchid

📋 copy color: '#BB2BCC'

red 187 ◦ green 43 ◦ blue 204

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

Shades of Dark Orchid #BB2BCC

Tints of Dark Orchid #BB2BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.91%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 43.09%
G = 9.91%
B = 47%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB2BCC (or 0xBB2BCC) is known color: Dark Orchid. HEX triplet: BB, 2B and CC. RGB value is (187,43,204). Sum of RGB (Red+Green+Blue) = 187+43+204=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB2BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BCC is #44D433. Grayscale: #676767. Windows color (decimal): -4510772 or 13380539. OLE color: 13380539.

HSL color Cylindrical-coordinate representation of color #BB2BCC: hue angle of 293.66º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2BCC is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 43 204 -
CMYK 0.08 0.79 0 0.2
HSL 293.66º 0.65% 0.48% -
HSV(B) 293.66º 0.79% 0.8% -
XYZ 32.26 16.65 58.64 -
YUV 104.41 184.21 186.91 -
System Red Green Blue C M Y K H S L
Decimal 187 43 204 0.08 0.79 0 0.2 293.66 0.65 0.48
Hex BB 2B CC 8 4F 0 14 126 41 30
Octal 273 53 314 10 117 0 24 446 101 60
Binary 10111011 101011 11001100 1000 1001111 0 10100 100100110 1000001 110000

Color Harmonies of #BB2BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BCC

Black with #BB2BCC

Text Example


Text Example

White with #BB2BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BCC; }

 p { color: rgb(187,43,204); }

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

background-color css

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

 a { background-color: rgb(187,43,204); }

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

border-color css

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

 span { border-color: rgb(187,43,204); }

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