Html Css Color HEX #B70482 Medium Violet Red

📋 copy color: '#B70482'

red 183 ◦ green 4 ◦ blue 130

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

Shades of Medium Violet Red #B70482

Tints of Medium Violet Red #B70482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.01%

R = 57.73%
G = 1.26%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B70482 (or 0xB70482) is known color: Medium Violet Red. HEX triplet: B7, 04 and 82. RGB value is (183,4,130). Sum of RGB (Red+Green+Blue) = 183+4+130=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B70482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70482 is #48FB7D. Grayscale: #474747. Windows color (decimal): -4782974 or 8520887. OLE color: 8520887.

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

Color convert

RGB 183 4 130 -
CMYK 0 0.98 0.29 0.28
HSL 317.77º 0.96% 0.37% -
HSV(B) 317.77º 0.98% 0.72% -
XYZ 23.6 11.77 22.15 -
YUV 71.89 160.8 207.25 -
System Red Green Blue C M Y K H S L
Decimal 183 4 130 0 0.98 0.29 0.28 317.77 0.96 0.37
Hex B7 4 82 0 62 1D 1C 13E 60 25
Octal 267 4 202 0 142 35 34 476 140 45
Binary 10110111 100 10000010 0 1100010 11101 11100 100111110 1100000 100101

Color Harmonies of #B70482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70482

Black with #B70482

Text Example


Text Example

White with #B70482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70482; }

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

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

background-color css

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

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

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

border-color css

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

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

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