Html Css Color HEX #BB28DB Dark Orchid

📋 copy color: '#BB28DB'

red 187 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #BB28DB

Tints of Dark Orchid #BB28DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.97%

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 41.93%
G = 8.97%
B = 49.1%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB28DB (or 0xBB28DB) is known color: Dark Orchid. HEX triplet: BB, 28 and DB. RGB value is (187,40,219). Sum of RGB (Red+Green+Blue) = 187+40+219=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB28DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28DB is #44D724. Grayscale: #676767. Windows color (decimal): -4511525 or 14362811. OLE color: 14362811.

HSL color Cylindrical-coordinate representation of color #BB28DB: hue angle of 289.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB28DB is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 40 219 -
CMYK 0.15 0.82 0 0.14
HSL 289.27º 0.71% 0.51% -
HSV(B) 289.27º 0.82% 0.86% -
XYZ 34.04 17.2 68.54 -
YUV 104.36 192.7 186.95 -
System Red Green Blue C M Y K H S L
Decimal 187 40 219 0.15 0.82 0 0.14 289.27 0.71 0.51
Hex BB 28 DB F 52 0 E 121 47 33
Octal 273 50 333 17 122 0 16 441 107 63
Binary 10111011 101000 11011011 1111 1010010 0 1110 100100001 1000111 110011

Color Harmonies of #BB28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28DB

Black with #BB28DB

Text Example


Text Example

White with #BB28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28DB; }

 p { color: rgb(187,40,219); }

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

background-color css

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

 a { background-color: rgb(187,40,219); }

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

border-color css

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

 span { border-color: rgb(187,40,219); }

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