Html Css Color HEX #BB2DDD Dark Orchid

📋 copy color: '#BB2DDD'

red 187 ◦ green 45 ◦ blue 221

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

Shades of Dark Orchid #BB2DDD

Tints of Dark Orchid #BB2DDD

RGB

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

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

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

R = 41.28%
G = 9.93%
B = 48.79%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB2DDD (or 0xBB2DDD) is known color: Dark Orchid. HEX triplet: BB, 2D and DD. RGB value is (187,45,221). Sum of RGB (Red+Green+Blue) = 187+45+221=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB2DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DDD is #44D222. Grayscale: #6A6A6A. Windows color (decimal): -4510243 or 14495163. OLE color: 14495163.

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

Color convert

RGB 187 45 221 -
CMYK 0.15 0.80 0 0.13
HSL 288.41º 0.72% 0.52% -
HSV(B) 288.41º 0.8% 0.87% -
XYZ 34.48 17.66 70 -
YUV 107.52 192.04 184.69 -
System Red Green Blue C M Y K H S L
Decimal 187 45 221 0.15 0.80 0 0.13 288.41 0.72 0.52
Hex BB 2D DD F 50 0 D 120 48 34
Octal 273 55 335 17 120 0 15 440 110 64
Binary 10111011 101101 11011101 1111 1010000 0 1101 100100000 1001000 110100

Color Harmonies of #BB2DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2DDD

Black with #BB2DDD

Text Example


Text Example

White with #BB2DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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