Html Css Color HEX #B70378 Medium Violet Red

📋 copy color: '#B70378'

red 183 ◦ green 3 ◦ blue 120

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

Shades of Medium Violet Red #B70378

Tints of Medium Violet Red #B70378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

 BLUE value IS 120 (47.27% from 255) = 39.22%

R = 59.8%
G = 0.98%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B70378 (or 0xB70378) is known color: Medium Violet Red. HEX triplet: B7, 03 and 78. RGB value is (183,3,120). Sum of RGB (Red+Green+Blue) = 183+3+120=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B70378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70378 is #48FC87. Grayscale: #454545. Windows color (decimal): -4783240 or 7865271. OLE color: 7865271.

HSL color Cylindrical-coordinate representation of color #B70378: hue angle of 321º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70378 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 3 120 -
CMYK 0 0.98 0.34 0.28
HSL 321º 0.97% 0.36% -
HSV(B) 321º 0.98% 0.72% -
XYZ 22.95 11.49 18.78 -
YUV 70.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 183 3 120 0 0.98 0.34 0.28 321 0.97 0.36
Hex B7 3 78 0 62 22 1C 141 61 24
Octal 267 3 170 0 142 42 34 501 141 44
Binary 10110111 11 1111000 0 1100010 100010 11100 101000001 1100001 100100

Color Harmonies of #B70378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70378

Black with #B70378

Text Example


Text Example

White with #B70378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70378; }

 p { color: rgb(183,3,120); }

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

background-color css

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

 a { background-color: rgb(183,3,120); }

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

border-color css

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

 span { border-color: rgb(183,3,120); }

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