Html Css Color HEX #BB0EBC Deep Magenta

📋 copy color: '#BB0EBC'

red 187 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #BB0EBC

Tints of Deep Magenta #BB0EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 48.07%
G = 3.6%
B = 48.33%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB0EBC (or 0xBB0EBC) is known color: Deep Magenta. HEX triplet: BB, 0E and BC. RGB value is (187,14,188). Sum of RGB (Red+Green+Blue) = 187+14+188=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB0EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EBC is #44F143. Grayscale: #555555. Windows color (decimal): -4518212 or 12324539. OLE color: 12324539.

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

Color convert

RGB 187 14 188 -
CMYK 0.01 0.93 0 0.26
HSL 299.66º 0.86% 0.4% -
HSV(B) 299.66º 0.93% 0.74% -
XYZ 29.73 14.51 48.81 -
YUV 85.56 185.81 200.35 -
System Red Green Blue C M Y K H S L
Decimal 187 14 188 0.01 0.93 0 0.26 299.66 0.86 0.4
Hex BB E BC 1 5D 0 1A 12C 56 28
Octal 273 16 274 1 135 0 32 454 126 50
Binary 10111011 1110 10111100 1 1011101 0 11010 100101100 1010110 101000

Color Harmonies of #BB0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EBC

Black with #BB0EBC

Text Example


Text Example

White with #BB0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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