Html Css Color HEX #BB0ADD Deep Magenta

📋 copy color: '#BB0ADD'

red 187 ◦ green 10 ◦ blue 221

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

Shades of Deep Magenta #BB0ADD

Tints of Deep Magenta #BB0ADD

RGB

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

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

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

R = 44.74%
G = 2.39%
B = 52.87%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB0ADD (or 0xBB0ADD) is known color: Deep Magenta. HEX triplet: BB, 0A and DD. RGB value is (187,10,221). Sum of RGB (Red+Green+Blue) = 187+10+221=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB0ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ADD is #44F522. Grayscale: #565656. Windows color (decimal): -4519203 or 14486203. OLE color: 14486203.

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

Color convert

RGB 187 10 221 -
CMYK 0.15 0.95 0 0.13
HSL 290.33º 0.91% 0.45% -
HSV(B) 290.33º 0.95% 0.87% -
XYZ 33.65 16 69.72 -
YUV 86.98 203.64 199.34 -
System Red Green Blue C M Y K H S L
Decimal 187 10 221 0.15 0.95 0 0.13 290.33 0.91 0.45
Hex BB A DD F 5F 0 D 122 5B 2D
Octal 273 12 335 17 137 0 15 442 133 55
Binary 10111011 1010 11011101 1111 1011111 0 1101 100100010 1011011 101101

Color Harmonies of #BB0ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0ADD

Black with #BB0ADD

Text Example


Text Example

White with #BB0ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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