Html Css Color HEX #B70EBC Deep Magenta

📋 copy color: '#B70EBC'

red 183 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #B70EBC

Tints of Deep Magenta #B70EBC

RGB

 RED value IS 183 (71.88% from 255) = 47.53%

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

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

R = 47.53%
G = 3.64%
B = 48.83%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B70EBC (or 0xB70EBC) is known color: Deep Magenta. HEX triplet: B7, 0E and BC. RGB value is (183,14,188). Sum of RGB (Red+Green+Blue) = 183+14+188=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #B70EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70EBC is #48F143. Grayscale: #535353. Windows color (decimal): -4780356 or 12324535. OLE color: 12324535.

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

Color convert

RGB 183 14 188 -
CMYK 0.03 0.93 0 0.26
HSL 298.28º 0.86% 0.4% -
HSV(B) 298.28º 0.93% 0.74% -
XYZ 28.76 14.01 48.77 -
YUV 84.37 186.49 198.35 -
System Red Green Blue C M Y K H S L
Decimal 183 14 188 0.03 0.93 0 0.26 298.28 0.86 0.4
Hex B7 E BC 3 5D 0 1A 12A 56 28
Octal 267 16 274 3 135 0 32 452 126 50
Binary 10110111 1110 10111100 11 1011101 0 11010 100101010 1010110 101000

Color Harmonies of #B70EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70EBC

Black with #B70EBC

Text Example


Text Example

White with #B70EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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