Html Css Color HEX #BB2DCD Dark Orchid

📋 copy color: '#BB2DCD'

red 187 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #BB2DCD

Tints of Dark Orchid #BB2DCD

RGB

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

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

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

R = 42.79%
G = 10.3%
B = 46.91%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB2DCD (or 0xBB2DCD) is known color: Dark Orchid. HEX triplet: BB, 2D and CD. RGB value is (187,45,205). Sum of RGB (Red+Green+Blue) = 187+45+205=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB2DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DCD is #44D232. Grayscale: #696969. Windows color (decimal): -4510259 or 13446587. OLE color: 13446587.

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

Color convert

RGB 187 45 205 -
CMYK 0.09 0.78 0 0.20
HSL 293.25º 0.64% 0.49% -
HSV(B) 293.25º 0.78% 0.8% -
XYZ 32.45 16.85 59.3 -
YUV 105.7 184.04 185.99 -
System Red Green Blue C M Y K H S L
Decimal 187 45 205 0.09 0.78 0 0.20 293.25 0.64 0.49
Hex BB 2D CD 9 4E 0 14 125 40 31
Octal 273 55 315 11 116 0 24 445 100 61
Binary 10111011 101101 11001101 1001 1001110 0 10100 100100101 1000000 110001

Color Harmonies of #BB2DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2DCD

Black with #BB2DCD

Text Example


Text Example

White with #BB2DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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