Html Css Color HEX #BB0EBF Deep Magenta

📋 copy color: '#BB0EBF'

red 187 ◦ green 14 ◦ blue 191

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

Shades of Deep Magenta #BB0EBF

Tints of Deep Magenta #BB0EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.72%

R = 47.7%
G = 3.57%
B = 48.72%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB0EBF (or 0xBB0EBF) is known color: Deep Magenta. HEX triplet: BB, 0E and BF. RGB value is (187,14,191). Sum of RGB (Red+Green+Blue) = 187+14+191=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB0EBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EBF is #44F140. Grayscale: #555555. Windows color (decimal): -4518209 or 12521147. OLE color: 12521147.

HSL color Cylindrical-coordinate representation of color #BB0EBF: hue angle of 298.64º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0EBF is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 14 191 -
CMYK 0.02 0.93 0 0.25
HSL 298.64º 0.86% 0.4% -
HSV(B) 298.64º 0.93% 0.75% -
XYZ 30.05 14.64 50.53 -
YUV 85.91 187.31 200.11 -
System Red Green Blue C M Y K H S L
Decimal 187 14 191 0.02 0.93 0 0.25 298.64 0.86 0.4
Hex BB E BF 2 5D 0 19 12B 56 28
Octal 273 16 277 2 135 0 31 453 126 50
Binary 10111011 1110 10111111 10 1011101 0 11001 100101011 1010110 101000

Color Harmonies of #BB0EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EBF

Black with #BB0EBF

Text Example


Text Example

White with #BB0EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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