Html Css Color HEX #BB0DD5 Deep Magenta

📋 copy color: '#BB0DD5'

red 187 ◦ green 13 ◦ blue 213

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

Shades of Deep Magenta #BB0DD5

Tints of Deep Magenta #BB0DD5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.15%

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

R = 45.28%
G = 3.15%
B = 51.57%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB0DD5 (or 0xBB0DD5) is known color: Deep Magenta. HEX triplet: BB, 0D and D5. RGB value is (187,13,213). Sum of RGB (Red+Green+Blue) = 187+13+213=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB0DD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DD5 is #44F22A. Grayscale: #575757. Windows color (decimal): -4518443 or 13962683. OLE color: 13962683.

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

Color convert

RGB 187 13 213 -
CMYK 0.12 0.94 0 0.16
HSL 292.2º 0.88% 0.44% -
HSV(B) 292.2º 0.94% 0.84% -
XYZ 32.65 15.66 64.25 -
YUV 87.83 198.65 198.74 -
System Red Green Blue C M Y K H S L
Decimal 187 13 213 0.12 0.94 0 0.16 292.2 0.88 0.44
Hex BB D D5 C 5E 0 10 124 58 2C
Octal 273 15 325 14 136 0 20 444 130 54
Binary 10111011 1101 11010101 1100 1011110 0 10000 100100100 1011000 101100

Color Harmonies of #BB0DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0DD5

Black with #BB0DD5

Text Example


Text Example

White with #BB0DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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