Html Css Color HEX #B70F7E Medium Violet Red

📋 copy color: '#B70F7E'

red 183 ◦ green 15 ◦ blue 126

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

Shades of Medium Violet Red #B70F7E

Tints of Medium Violet Red #B70F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 56.48%
G = 4.63%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B70F7E (or 0xB70F7E) is known color: Medium Violet Red. HEX triplet: B7, 0F and 7E. RGB value is (183,15,126). Sum of RGB (Red+Green+Blue) = 183+15+126=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70F7E is #48F081. Grayscale: #4D4D4D. Windows color (decimal): -4780162 or 8261559. OLE color: 8261559.

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

Color convert

RGB 183 15 126 -
CMYK 0 0.92 0.31 0.28
HSL 320.36º 0.85% 0.39% -
HSV(B) 320.36º 0.92% 0.72% -
XYZ 23.47 11.92 20.8 -
YUV 77.89 155.16 202.97 -
System Red Green Blue C M Y K H S L
Decimal 183 15 126 0 0.92 0.31 0.28 320.36 0.85 0.39
Hex B7 F 7E 0 5C 1F 1C 140 55 27
Octal 267 17 176 0 134 37 34 500 125 47
Binary 10110111 1111 1111110 0 1011100 11111 11100 101000000 1010101 100111

Color Harmonies of #B70F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70F7E

Black with #B70F7E

Text Example


Text Example

White with #B70F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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