Html Css Color HEX #BB0ADB Deep Magenta

📋 copy color: '#BB0ADB'

red 187 ◦ green 10 ◦ blue 219

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

Shades of Deep Magenta #BB0ADB

Tints of Deep Magenta #BB0ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.4%

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

R = 44.95%
G = 2.4%
B = 52.64%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB0ADB (or 0xBB0ADB) is known color: Deep Magenta. HEX triplet: BB, 0A and DB. RGB value is (187,10,219). Sum of RGB (Red+Green+Blue) = 187+10+219=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB0ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ADB is #44F524. Grayscale: #565656. Windows color (decimal): -4519205 or 14355131. OLE color: 14355131.

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

Color convert

RGB 187 10 219 -
CMYK 0.15 0.95 0 0.14
HSL 290.81º 0.91% 0.45% -
HSV(B) 290.81º 0.95% 0.86% -
XYZ 33.39 15.9 68.33 -
YUV 86.75 202.64 199.51 -
System Red Green Blue C M Y K H S L
Decimal 187 10 219 0.15 0.95 0 0.14 290.81 0.91 0.45
Hex BB A DB F 5F 0 E 123 5B 2D
Octal 273 12 333 17 137 0 16 443 133 55
Binary 10111011 1010 11011011 1111 1011111 0 1110 100100011 1011011 101101

Color Harmonies of #BB0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0ADB

Black with #BB0ADB

Text Example


Text Example

White with #BB0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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