Html Css Color HEX #BB0EDF Deep Magenta

📋 copy color: '#BB0EDF'

red 187 ◦ green 14 ◦ blue 223

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

Shades of Deep Magenta #BB0EDF

Tints of Deep Magenta #BB0EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 44.1%
G = 3.3%
B = 52.59%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB0EDF (or 0xBB0EDF) is known color: Deep Magenta. HEX triplet: BB, 0E and DF. RGB value is (187,14,223). Sum of RGB (Red+Green+Blue) = 187+14+223=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB0EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EDF is #44F120. Grayscale: #585858. Windows color (decimal): -4518177 or 14618299. OLE color: 14618299.

HSL color Cylindrical-coordinate representation of color #BB0EDF: hue angle of 289.67º 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 #BB0EDF is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 14 223 -
CMYK 0.16 0.94 0 0.13
HSL 289.67º 0.88% 0.46% -
HSV(B) 289.67º 0.94% 0.87% -
XYZ 33.97 16.21 71.15 -
YUV 89.55 203.31 197.51 -
System Red Green Blue C M Y K H S L
Decimal 187 14 223 0.16 0.94 0 0.13 289.67 0.88 0.46
Hex BB E DF 10 5E 0 D 122 58 2E
Octal 273 16 337 20 136 0 15 442 130 56
Binary 10111011 1110 11011111 10000 1011110 0 1101 100100010 1011000 101110

Color Harmonies of #BB0EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EDF

Black with #BB0EDF

Text Example


Text Example

White with #BB0EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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