Html Css Color HEX #B70EC1 Deep Magenta

📋 copy color: '#B70EC1'

red 183 ◦ green 14 ◦ blue 193

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

Shades of Deep Magenta #B70EC1

Tints of Deep Magenta #B70EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.49%

R = 46.92%
G = 3.59%
B = 49.49%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B70EC1 (or 0xB70EC1) is known color: Deep Magenta. HEX triplet: B7, 0E and C1. RGB value is (183,14,193). Sum of RGB (Red+Green+Blue) = 183+14+193=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #B70EC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70EC1 is #48F13E. Grayscale: #545454. Windows color (decimal): -4780351 or 12652215. OLE color: 12652215.

HSL color Cylindrical-coordinate representation of color #B70EC1: hue angle of 296.65º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70EC1 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 14 193 -
CMYK 0.05 0.93 0 0.24
HSL 296.65º 0.86% 0.41% -
HSV(B) 296.65º 0.93% 0.76% -
XYZ 29.31 14.23 51.65 -
YUV 84.94 188.99 197.95 -
System Red Green Blue C M Y K H S L
Decimal 183 14 193 0.05 0.93 0 0.24 296.65 0.86 0.41
Hex B7 E C1 5 5D 0 18 129 56 29
Octal 267 16 301 5 135 0 30 451 126 51
Binary 10110111 1110 11000001 101 1011101 0 11000 100101001 1010110 101001

Color Harmonies of #B70EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70EC1

Black with #B70EC1

Text Example


Text Example

White with #B70EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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