Html Css Color HEX #BB0EDD Deep Magenta

📋 copy color: '#BB0EDD'

red 187 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #BB0EDD

Tints of Deep Magenta #BB0EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.32%

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

R = 44.31%
G = 3.32%
B = 52.37%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB0EDD (or 0xBB0EDD) is known color: Deep Magenta. HEX triplet: BB, 0E and DD. RGB value is (187,14,221). Sum of RGB (Red+Green+Blue) = 187+14+221=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB0EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EDD is #44F122. Grayscale: #585858. Windows color (decimal): -4518179 or 14487227. OLE color: 14487227.

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

Color convert

RGB 187 14 221 -
CMYK 0.15 0.94 0 0.13
HSL 290.14º 0.88% 0.46% -
HSV(B) 290.14º 0.94% 0.87% -
XYZ 33.7 16.1 69.74 -
YUV 89.33 202.31 197.67 -
System Red Green Blue C M Y K H S L
Decimal 187 14 221 0.15 0.94 0 0.13 290.14 0.88 0.46
Hex BB E DD F 5E 0 D 122 58 2E
Octal 273 16 335 17 136 0 15 442 130 56
Binary 10111011 1110 11011101 1111 1011110 0 1101 100100010 1011000 101110

Color Harmonies of #BB0EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EDD

Black with #BB0EDD

Text Example


Text Example

White with #BB0EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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