Html Css Color HEX #B70495 Medium Violet Red

📋 copy color: '#B70495'

red 183 ◦ green 4 ◦ blue 149

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

Shades of Medium Violet Red #B70495

Tints of Medium Violet Red #B70495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 54.46%
G = 1.19%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B70495 (or 0xB70495) is known color: Medium Violet Red. HEX triplet: B7, 04 and 95. RGB value is (183,4,149). Sum of RGB (Red+Green+Blue) = 183+4+149=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B70495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70495 is #48FB6A. Grayscale: #494949. Windows color (decimal): -4782955 or 9766071. OLE color: 9766071.

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

Color convert

RGB 183 4 149 -
CMYK 0 0.98 0.19 0.28
HSL 311.4º 0.96% 0.37% -
HSV(B) 311.4º 0.98% 0.72% -
XYZ 25 12.32 29.5 -
YUV 74.05 170.3 205.71 -
System Red Green Blue C M Y K H S L
Decimal 183 4 149 0 0.98 0.19 0.28 311.4 0.96 0.37
Hex B7 4 95 0 62 13 1C 137 60 25
Octal 267 4 225 0 142 23 34 467 140 45
Binary 10110111 100 10010101 0 1100010 10011 11100 100110111 1100000 100101

Color Harmonies of #B70495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70495

Black with #B70495

Text Example


Text Example

White with #B70495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70495; }

 p { color: rgb(183,4,149); }

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

background-color css

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

 a { background-color: rgb(183,4,149); }

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

border-color css

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

 span { border-color: rgb(183,4,149); }

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