Html Css Color HEX #BB2ADB Dark Orchid

📋 copy color: '#BB2ADB'

red 187 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #BB2ADB

Tints of Dark Orchid #BB2ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.38%

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

R = 41.74%
G = 9.38%
B = 48.88%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB2ADB (or 0xBB2ADB) is known color: Dark Orchid. HEX triplet: BB, 2A and DB. RGB value is (187,42,219). Sum of RGB (Red+Green+Blue) = 187+42+219=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB2ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2ADB is #44D524. Grayscale: #686868. Windows color (decimal): -4511013 or 14363323. OLE color: 14363323.

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

Color convert

RGB 187 42 219 -
CMYK 0.15 0.81 0 0.14
HSL 289.15º 0.71% 0.51% -
HSV(B) 289.15º 0.81% 0.86% -
XYZ 34.11 17.34 68.57 -
YUV 105.53 192.04 186.11 -
System Red Green Blue C M Y K H S L
Decimal 187 42 219 0.15 0.81 0 0.14 289.15 0.71 0.51
Hex BB 2A DB F 51 0 E 121 47 33
Octal 273 52 333 17 121 0 16 441 107 63
Binary 10111011 101010 11011011 1111 1010001 0 1110 100100001 1000111 110011

Color Harmonies of #BB2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2ADB

Black with #BB2ADB

Text Example


Text Example

White with #BB2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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