Html Css Color HEX #B70ECD Deep Magenta

📋 copy color: '#B70ECD'

red 183 ◦ green 14 ◦ blue 205

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

Shades of Deep Magenta #B70ECD

Tints of Deep Magenta #B70ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51%

R = 45.52%
G = 3.48%
B = 51%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B70ECD (or 0xB70ECD) is known color: Deep Magenta. HEX triplet: B7, 0E and CD. RGB value is (183,14,205). Sum of RGB (Red+Green+Blue) = 183+14+205=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #B70ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70ECD is #48F132. Grayscale: #555555. Windows color (decimal): -4780339 or 13438647. OLE color: 13438647.

HSL color Cylindrical-coordinate representation of color #B70ECD: hue angle of 293.09º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70ECD is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 14 205 -
CMYK 0.11 0.93 0 0.20
HSL 293.09º 0.87% 0.43% -
HSV(B) 293.09º 0.93% 0.8% -
XYZ 30.7 14.79 58.99 -
YUV 86.31 194.99 196.97 -
System Red Green Blue C M Y K H S L
Decimal 183 14 205 0.11 0.93 0 0.20 293.09 0.87 0.43
Hex B7 E CD B 5D 0 14 125 57 2B
Octal 267 16 315 13 135 0 24 445 127 53
Binary 10110111 1110 11001101 1011 1011101 0 10100 100100101 1010111 101011

Color Harmonies of #B70ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70ECD

Black with #B70ECD

Text Example


Text Example

White with #B70ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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