Html Css Color HEX #BB2ACE Dark Orchid

📋 copy color: '#BB2ACE'

red 187 ◦ green 42 ◦ blue 206

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

Shades of Dark Orchid #BB2ACE

Tints of Dark Orchid #BB2ACE

RGB

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

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

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

R = 42.99%
G = 9.66%
B = 47.36%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB2ACE (or 0xBB2ACE) is known color: Dark Orchid. HEX triplet: BB, 2A and CE. RGB value is (187,42,206). Sum of RGB (Red+Green+Blue) = 187+42+206=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB2ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2ACE is #44D531. Grayscale: #676767. Windows color (decimal): -4511026 or 13511355. OLE color: 13511355.

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

Color convert

RGB 187 42 206 -
CMYK 0.09 0.80 0 0.19
HSL 293.05º 0.66% 0.49% -
HSV(B) 293.05º 0.8% 0.81% -
XYZ 32.46 16.68 59.9 -
YUV 104.05 185.54 187.16 -
System Red Green Blue C M Y K H S L
Decimal 187 42 206 0.09 0.80 0 0.19 293.05 0.66 0.49
Hex BB 2A CE 9 50 0 13 125 42 31
Octal 273 52 316 11 120 0 23 445 102 61
Binary 10111011 101010 11001110 1001 1010000 0 10011 100100101 1000010 110001

Color Harmonies of #BB2ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2ACE

Black with #BB2ACE

Text Example


Text Example

White with #BB2ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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