Html Css Color HEX #B70BD4 Deep Magenta

📋 copy color: '#B70BD4'

red 183 ◦ green 11 ◦ blue 212

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

Shades of Deep Magenta #B70BD4

Tints of Deep Magenta #B70BD4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.71%

 BLUE value IS 212 (83.2% from 255) = 52.22%

R = 45.07%
G = 2.71%
B = 52.22%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B70BD4 (or 0xB70BD4) is known color: Deep Magenta. HEX triplet: B7, 0B and D4. RGB value is (183,11,212). Sum of RGB (Red+Green+Blue) = 183+11+212=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #B70BD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70BD4 is #48F42B. Grayscale: #545454. Windows color (decimal): -4781100 or 13896631. OLE color: 13896631.

HSL color Cylindrical-coordinate representation of color #B70BD4: hue angle of 291.34º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70BD4 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 183 11 212 -
CMYK 0.14 0.95 0 0.17
HSL 291.34º 0.9% 0.44% -
HSV(B) 291.34º 0.95% 0.83% -
XYZ 31.53 15.06 63.53 -
YUV 85.34 199.48 197.66 -
System Red Green Blue C M Y K H S L
Decimal 183 11 212 0.14 0.95 0 0.17 291.34 0.9 0.44
Hex B7 B D4 E 5F 0 11 123 5A 2C
Octal 267 13 324 16 137 0 21 443 132 54
Binary 10110111 1011 11010100 1110 1011111 0 10001 100100011 1011010 101100

Color Harmonies of #B70BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70BD4

Black with #B70BD4

Text Example


Text Example

White with #B70BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70BD4; }

 p { color: rgb(183,11,212); }

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

background-color css

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

 a { background-color: rgb(183,11,212); }

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

border-color css

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

 span { border-color: rgb(183,11,212); }

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