Html Css Color HEX #B70E9F Medium Violet Red

📋 copy color: '#B70E9F'

red 183 ◦ green 14 ◦ blue 159

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

Shades of Medium Violet Red #B70E9F

Tints of Medium Violet Red #B70E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 51.4%
G = 3.93%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B70E9F (or 0xB70E9F) is known color: Medium Violet Red. HEX triplet: B7, 0E and 9F. RGB value is (183,14,159). Sum of RGB (Red+Green+Blue) = 183+14+159=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70E9F is #48F160. Grayscale: #505050. Windows color (decimal): -4780385 or 10423991. OLE color: 10423991.

HSL color Cylindrical-coordinate representation of color #B70E9F: hue angle of 308.52º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70E9F is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 14 159 -
CMYK 0 0.92 0.13 0.28
HSL 308.52º 0.86% 0.39% -
HSV(B) 308.52º 0.92% 0.72% -
XYZ 25.94 12.88 33.92 -
YUV 81.06 171.99 200.71 -
System Red Green Blue C M Y K H S L
Decimal 183 14 159 0 0.92 0.13 0.28 308.52 0.86 0.39
Hex B7 E 9F 0 5C D 1C 135 56 27
Octal 267 16 237 0 134 15 34 465 126 47
Binary 10110111 1110 10011111 0 1011100 1101 11100 100110101 1010110 100111

Color Harmonies of #B70E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70E9F

Black with #B70E9F

Text Example


Text Example

White with #B70E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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