Html Css Color HEX #B70BD3 Deep Magenta

📋 copy color: '#B70BD3'

red 183 ◦ green 11 ◦ blue 211

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

Shades of Deep Magenta #B70BD3

Tints of Deep Magenta #B70BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.1%

R = 45.19%
G = 2.72%
B = 52.1%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B70BD3 (or 0xB70BD3) is known color: Deep Magenta. HEX triplet: B7, 0B and D3. RGB value is (183,11,211). Sum of RGB (Red+Green+Blue) = 183+11+211=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #B70BD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70BD3 is #48F42C. Grayscale: #545454. Windows color (decimal): -4781101 or 13831095. OLE color: 13831095.

HSL color Cylindrical-coordinate representation of color #B70BD3: hue angle of 291.6º 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 #B70BD3 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 183 11 211 -
CMYK 0.13 0.95 0 0.17
HSL 291.6º 0.9% 0.44% -
HSV(B) 291.6º 0.95% 0.83% -
XYZ 31.41 15.01 62.87 -
YUV 85.23 198.98 197.74 -
System Red Green Blue C M Y K H S L
Decimal 183 11 211 0.13 0.95 0 0.17 291.6 0.9 0.44
Hex B7 B D3 D 5F 0 11 124 5A 2C
Octal 267 13 323 15 137 0 21 444 132 54
Binary 10110111 1011 11010011 1101 1011111 0 10001 100100100 1011010 101100

Color Harmonies of #B70BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70BD3

Black with #B70BD3

Text Example


Text Example

White with #B70BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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