Html Css Color HEX #BB2ACD Dark Orchid

📋 copy color: '#BB2ACD'

red 187 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #BB2ACD

Tints of Dark Orchid #BB2ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.68%

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

R = 43.09%
G = 9.68%
B = 47.24%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB2ACD (or 0xBB2ACD) is known color: Dark Orchid. HEX triplet: BB, 2A and CD. RGB value is (187,42,205). Sum of RGB (Red+Green+Blue) = 187+42+205=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB2ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2ACD is #44D532. Grayscale: #676767. Windows color (decimal): -4511027 or 13445819. OLE color: 13445819.

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

Color convert

RGB 187 42 205 -
CMYK 0.09 0.80 0 0.20
HSL 293.37º 0.66% 0.48% -
HSV(B) 293.37º 0.8% 0.8% -
XYZ 32.34 16.63 59.26 -
YUV 103.94 185.04 187.25 -
System Red Green Blue C M Y K H S L
Decimal 187 42 205 0.09 0.80 0 0.20 293.37 0.66 0.48
Hex BB 2A CD 9 50 0 14 125 42 30
Octal 273 52 315 11 120 0 24 445 102 60
Binary 10111011 101010 11001101 1001 1010000 0 10100 100100101 1000010 110000

Color Harmonies of #BB2ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2ACD

Black with #BB2ACD

Text Example


Text Example

White with #BB2ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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