Html Css Color HEX #B00EBC Deep Magenta

📋 copy color: '#B00EBC'

red 176 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #B00EBC

Tints of Deep Magenta #B00EBC

RGB

 RED value IS 176 (69.14% from 255) = 46.56%

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

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

R = 46.56%
G = 3.7%
B = 49.74%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B00EBC (or 0xB00EBC) is known color: Deep Magenta. HEX triplet: B0, 0E and BC. RGB value is (176,14,188). Sum of RGB (Red+Green+Blue) = 176+14+188=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #B00EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00EBC is #4FF143. Grayscale: #515151. Windows color (decimal): -5239108 or 12324528. OLE color: 12324528.

HSL color Cylindrical-coordinate representation of color #B00EBC: hue angle of 295.86º 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 #B00EBC is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 14 188 -
CMYK 0.06 0.93 0 0.26
HSL 295.86º 0.86% 0.4% -
HSV(B) 295.86º 0.93% 0.74% -
XYZ 27.14 13.18 48.69 -
YUV 82.27 187.67 194.85 -
System Red Green Blue C M Y K H S L
Decimal 176 14 188 0.06 0.93 0 0.26 295.86 0.86 0.4
Hex B0 E BC 6 5D 0 1A 128 56 28
Octal 260 16 274 6 135 0 32 450 126 50
Binary 10110000 1110 10111100 110 1011101 0 11010 100101000 1010110 101000

Color Harmonies of #B00EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00EBC

Black with #B00EBC

Text Example


Text Example

White with #B00EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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