Html Css Color HEX #B70EDC Deep Magenta

📋 copy color: '#B70EDC'

red 183 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #B70EDC

Tints of Deep Magenta #B70EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 43.88%
G = 3.36%
B = 52.76%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B70EDC (or 0xB70EDC) is known color: Deep Magenta. HEX triplet: B7, 0E and DC. RGB value is (183,14,220). Sum of RGB (Red+Green+Blue) = 183+14+220=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #B70EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70EDC is #48F123. Grayscale: #575757. Windows color (decimal): -4780324 or 14421687. OLE color: 14421687.

HSL color Cylindrical-coordinate representation of color #B70EDC: hue angle of 289.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70EDC is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 14 220 -
CMYK 0.17 0.94 0 0.14
HSL 289.22º 0.88% 0.46% -
HSV(B) 289.22º 0.94% 0.86% -
XYZ 32.6 15.55 68.99 -
YUV 88.02 202.49 195.75 -
System Red Green Blue C M Y K H S L
Decimal 183 14 220 0.17 0.94 0 0.14 289.22 0.88 0.46
Hex B7 E DC 11 5E 0 E 121 58 2E
Octal 267 16 334 21 136 0 16 441 130 56
Binary 10110111 1110 11011100 10001 1011110 0 1110 100100001 1011000 101110

Color Harmonies of #B70EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70EDC

Black with #B70EDC

Text Example


Text Example

White with #B70EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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