Html Css Color HEX #B70C7A Medium Violet Red

📋 copy color: '#B70C7A'

red 183 ◦ green 12 ◦ blue 122

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

Shades of Medium Violet Red #B70C7A

Tints of Medium Violet Red #B70C7A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.79%

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 57.73%
G = 3.79%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B70C7A (or 0xB70C7A) is known color: Medium Violet Red. HEX triplet: B7, 0C and 7A. RGB value is (183,12,122). Sum of RGB (Red+Green+Blue) = 183+12+122=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70C7A is #48F385. Grayscale: #4B4B4B. Windows color (decimal): -4780934 or 7998647. OLE color: 7998647.

HSL color Cylindrical-coordinate representation of color #B70C7A: hue angle of 321.4º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70C7A is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 12 122 -
CMYK 0 0.93 0.33 0.28
HSL 321.4º 0.88% 0.38% -
HSV(B) 321.4º 0.93% 0.72% -
XYZ 23.17 11.74 19.46 -
YUV 75.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 183 12 122 0 0.93 0.33 0.28 321.4 0.88 0.38
Hex B7 C 7A 0 5D 21 1C 141 58 26
Octal 267 14 172 0 135 41 34 501 130 46
Binary 10110111 1100 1111010 0 1011101 100001 11100 101000001 1011000 100110

Color Harmonies of #B70C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70C7A

Black with #B70C7A

Text Example


Text Example

White with #B70C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70C7A; }

 p { color: rgb(183,12,122); }

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

background-color css

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

 a { background-color: rgb(183,12,122); }

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

border-color css

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

 span { border-color: rgb(183,12,122); }

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