Html Css Color HEX #BB0AD5 Deep Magenta

📋 copy color: '#BB0AD5'

red 187 ◦ green 10 ◦ blue 213

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

Shades of Deep Magenta #BB0AD5

Tints of Deep Magenta #BB0AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.95%

R = 45.61%
G = 2.44%
B = 51.95%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB0AD5 (or 0xBB0AD5) is known color: Deep Magenta. HEX triplet: BB, 0A and D5. RGB value is (187,10,213). Sum of RGB (Red+Green+Blue) = 187+10+213=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB0AD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0AD5 is #44F52A. Grayscale: #555555. Windows color (decimal): -4519211 or 13961915. OLE color: 13961915.

HSL color Cylindrical-coordinate representation of color #BB0AD5: hue angle of 292.32º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0AD5 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 10 213 -
CMYK 0.12 0.95 0 0.16
HSL 292.32º 0.91% 0.44% -
HSV(B) 292.32º 0.95% 0.84% -
XYZ 32.61 15.59 64.24 -
YUV 86.07 199.64 199.99 -
System Red Green Blue C M Y K H S L
Decimal 187 10 213 0.12 0.95 0 0.16 292.32 0.91 0.44
Hex BB A D5 C 5F 0 10 124 5B 2C
Octal 273 12 325 14 137 0 20 444 133 54
Binary 10111011 1010 11010101 1100 1011111 0 10000 100100100 1011011 101100

Color Harmonies of #BB0AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0AD5

Black with #BB0AD5

Text Example


Text Example

White with #BB0AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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