Html Css Color HEX #BB27DB Dark Orchid

📋 copy color: '#BB27DB'

red 187 ◦ green 39 ◦ blue 219

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

Shades of Dark Orchid #BB27DB

Tints of Dark Orchid #BB27DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.76%

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

R = 42.02%
G = 8.76%
B = 49.21%

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

#BB27DB (or 0xBB27DB) is known color: Dark Orchid. HEX triplet: BB, 27 and DB. RGB value is (187,39,219). Sum of RGB (Red+Green+Blue) = 187+39+219=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB27DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27DB is #44D824. Grayscale: #676767. Windows color (decimal): -4511781 or 14362555. OLE color: 14362555.

HSL color Cylindrical-coordinate representation of color #BB27DB: hue angle of 289.33º 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 #BB27DB is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 39 219 -
CMYK 0.15 0.82 0 0.14
HSL 289.33º 0.71% 0.51% -
HSV(B) 289.33º 0.82% 0.86% -
XYZ 34.01 17.13 68.53 -
YUV 103.77 193.03 187.36 -
System Red Green Blue C M Y K H S L
Decimal 187 39 219 0.15 0.82 0 0.14 289.33 0.71 0.51
Hex BB 27 DB F 52 0 E 121 47 33
Octal 273 47 333 17 122 0 16 441 107 63
Binary 10111011 100111 11011011 1111 1010010 0 1110 100100001 1000111 110011

Color Harmonies of #BB27DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27DB

Black with #BB27DB

Text Example


Text Example

White with #BB27DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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