Html Css Color HEX #BB2BDD Dark Orchid

📋 copy color: '#BB2BDD'

red 187 ◦ green 43 ◦ blue 221

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

Shades of Dark Orchid #BB2BDD

Tints of Dark Orchid #BB2BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 41.46%
G = 9.53%
B = 49%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB2BDD (or 0xBB2BDD) is known color: Dark Orchid. HEX triplet: BB, 2B and DD. RGB value is (187,43,221). Sum of RGB (Red+Green+Blue) = 187+43+221=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB2BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BDD is #44D422. Grayscale: #696969. Windows color (decimal): -4510755 or 14494651. OLE color: 14494651.

HSL color Cylindrical-coordinate representation of color #BB2BDD: hue angle of 288.54º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2BDD is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 43 221 -
CMYK 0.15 0.81 0 0.13
HSL 288.54º 0.72% 0.52% -
HSV(B) 288.54º 0.81% 0.87% -
XYZ 34.41 17.51 69.97 -
YUV 106.35 192.71 185.53 -
System Red Green Blue C M Y K H S L
Decimal 187 43 221 0.15 0.81 0 0.13 288.54 0.72 0.52
Hex BB 2B DD F 51 0 D 121 48 34
Octal 273 53 335 17 121 0 15 441 110 64
Binary 10111011 101011 11011101 1111 1010001 0 1101 100100001 1001000 110100

Color Harmonies of #BB2BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BDD

Black with #BB2BDD

Text Example


Text Example

White with #BB2BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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