Html Css Color HEX #B70082 Medium Violet Red

📋 copy color: '#B70082'

red 183 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #B70082

Tints of Medium Violet Red #B70082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.47%
G = 0%
B = 41.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B70082 (or 0xB70082) is known color: Medium Violet Red. HEX triplet: B7, 00 and 82. RGB value is (183,0,130). Sum of RGB (Red+Green+Blue) = 183+0+130=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B70082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70082 is #48FF7D. Grayscale: #454545. Windows color (decimal): -4783998 or 8519863. OLE color: 8519863.

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

Color convert

RGB 183 0 130 -
CMYK 0 1 0.29 0.28
HSL 317.38º 1% 0.36% -
HSV(B) 317.38º 1% 0.72% -
XYZ 23.56 11.68 22.13 -
YUV 69.54 162.13 208.93 -
System Red Green Blue C M Y K H S L
Decimal 183 0 130 0 1 0.29 0.28 317.38 1 0.36
Hex B7 0 82 0 64 1D 1C 13D 64 24
Octal 267 0 202 0 144 35 34 475 144 44
Binary 10110111 0 10000010 0 1100100 11101 11100 100111101 1100100 100100

Color Harmonies of #B70082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70082

Black with #B70082

Text Example


Text Example

White with #B70082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70082; }

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

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

background-color css

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

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

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

border-color css

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

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

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