Html Css Color HEX #BB2BCD Dark Orchid

📋 copy color: '#BB2BCD'

red 187 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #BB2BCD

Tints of Dark Orchid #BB2BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 42.99%
G = 9.89%
B = 47.13%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB2BCD (or 0xBB2BCD) is known color: Dark Orchid. HEX triplet: BB, 2B and CD. RGB value is (187,43,205). Sum of RGB (Red+Green+Blue) = 187+43+205=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB2BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BCD is #44D432. Grayscale: #686868. Windows color (decimal): -4510771 or 13446075. OLE color: 13446075.

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

Color convert

RGB 187 43 205 -
CMYK 0.09 0.79 0 0.20
HSL 293.33º 0.65% 0.49% -
HSV(B) 293.33º 0.79% 0.8% -
XYZ 32.38 16.7 59.27 -
YUV 104.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 187 43 205 0.09 0.79 0 0.20 293.33 0.65 0.49
Hex BB 2B CD 9 4F 0 14 125 41 31
Octal 273 53 315 11 117 0 24 445 101 61
Binary 10111011 101011 11001101 1001 1001111 0 10100 100100101 1000001 110001

Color Harmonies of #BB2BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BCD

Black with #BB2BCD

Text Example


Text Example

White with #BB2BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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