Html Css Color HEX #B70F7B Medium Violet Red

📋 copy color: '#B70F7B'

red 183 ◦ green 15 ◦ blue 123

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

Shades of Medium Violet Red #B70F7B

Tints of Medium Violet Red #B70F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.32%

R = 57.01%
G = 4.67%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B70F7B (or 0xB70F7B) is known color: Medium Violet Red. HEX triplet: B7, 0F and 7B. RGB value is (183,15,123). Sum of RGB (Red+Green+Blue) = 183+15+123=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70F7B is #48F084. Grayscale: #4D4D4D. Windows color (decimal): -4780165 or 8064951. OLE color: 8064951.

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

Color convert

RGB 183 15 123 -
CMYK 0 0.92 0.33 0.28
HSL 321.43º 0.85% 0.39% -
HSV(B) 321.43º 0.92% 0.72% -
XYZ 23.27 11.84 19.8 -
YUV 77.54 153.66 203.22 -
System Red Green Blue C M Y K H S L
Decimal 183 15 123 0 0.92 0.33 0.28 321.43 0.85 0.39
Hex B7 F 7B 0 5C 21 1C 141 55 27
Octal 267 17 173 0 134 41 34 501 125 47
Binary 10110111 1111 1111011 0 1011100 100001 11100 101000001 1010101 100111

Color Harmonies of #B70F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70F7B

Black with #B70F7B

Text Example


Text Example

White with #B70F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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