Html Css Color HEX #B70F85 Medium Violet Red

📋 copy color: '#B70F85'

red 183 ◦ green 15 ◦ blue 133

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

Shades of Medium Violet Red #B70F85

Tints of Medium Violet Red #B70F85

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.53%

 BLUE value IS 133 (52.34% from 255) = 40.18%

R = 55.29%
G = 4.53%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B70F85 (or 0xB70F85) is known color: Medium Violet Red. HEX triplet: B7, 0F and 85. RGB value is (183,15,133). Sum of RGB (Red+Green+Blue) = 183+15+133=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70F85 is #48F07A. Grayscale: #4E4E4E. Windows color (decimal): -4780155 or 8720311. OLE color: 8720311.

HSL color Cylindrical-coordinate representation of color #B70F85: hue angle of 317.86º degrees, saturation: 0.85, 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 #B70F85 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 15 133 -
CMYK 0 0.92 0.27 0.28
HSL 317.86º 0.85% 0.39% -
HSV(B) 317.86º 0.92% 0.72% -
XYZ 23.93 12.1 23.26 -
YUV 78.68 158.66 202.41 -
System Red Green Blue C M Y K H S L
Decimal 183 15 133 0 0.92 0.27 0.28 317.86 0.85 0.39
Hex B7 F 85 0 5C 1B 1C 13E 55 27
Octal 267 17 205 0 134 33 34 476 125 47
Binary 10110111 1111 10000101 0 1011100 11011 11100 100111110 1010101 100111

Color Harmonies of #B70F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70F85

Black with #B70F85

Text Example


Text Example

White with #B70F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70F85; }

 p { color: rgb(183,15,133); }

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

background-color css

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

 a { background-color: rgb(183,15,133); }

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

border-color css

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

 span { border-color: rgb(183,15,133); }

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