Html Css Color HEX #B70C90 Medium Violet Red

📋 copy color: '#B70C90'

red 183 ◦ green 12 ◦ blue 144

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

Shades of Medium Violet Red #B70C90

Tints of Medium Violet Red #B70C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 53.98%
G = 3.54%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B70C90 (or 0xB70C90) is known color: Medium Violet Red. HEX triplet: B7, 0C and 90. RGB value is (183,12,144). Sum of RGB (Red+Green+Blue) = 183+12+144=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70C90 is #48F36F. Grayscale: #4D4D4D. Windows color (decimal): -4780912 or 9440439. OLE color: 9440439.

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

Color convert

RGB 183 12 144 -
CMYK 0 0.93 0.21 0.28
HSL 313.68º 0.88% 0.38% -
HSV(B) 313.68º 0.93% 0.72% -
XYZ 24.69 12.34 27.47 -
YUV 78.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 183 12 144 0 0.93 0.21 0.28 313.68 0.88 0.38
Hex B7 C 90 0 5D 15 1C 13A 58 26
Octal 267 14 220 0 135 25 34 472 130 46
Binary 10110111 1100 10010000 0 1011101 10101 11100 100111010 1011000 100110

Color Harmonies of #B70C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70C90

Black with #B70C90

Text Example


Text Example

White with #B70C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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