Html Css Color HEX #B71082 Medium Violet Red

📋 copy color: '#B71082'

red 183 ◦ green 16 ◦ blue 130

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

Shades of Medium Violet Red #B71082

Tints of Medium Violet Red #B71082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.86%

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

R = 55.62%
G = 4.86%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B71082 (or 0xB71082) is known color: Medium Violet Red. HEX triplet: B7, 10 and 82. RGB value is (183,16,130). Sum of RGB (Red+Green+Blue) = 183+16+130=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B71082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71082 is #48EF7D. Grayscale: #4E4E4E. Windows color (decimal): -4779902 or 8523959. OLE color: 8523959.

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

Color convert

RGB 183 16 130 -
CMYK 0 0.91 0.29 0.28
HSL 319.04º 0.84% 0.39% -
HSV(B) 319.04º 0.91% 0.72% -
XYZ 23.74 12.05 22.19 -
YUV 78.93 156.83 202.23 -
System Red Green Blue C M Y K H S L
Decimal 183 16 130 0 0.91 0.29 0.28 319.04 0.84 0.39
Hex B7 10 82 0 5B 1D 1C 13F 54 27
Octal 267 20 202 0 133 35 34 477 124 47
Binary 10110111 10000 10000010 0 1011011 11101 11100 100111111 1010100 100111

Color Harmonies of #B71082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71082

Black with #B71082

Text Example


Text Example

White with #B71082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71082; }

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

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

background-color css

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

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

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

border-color css

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

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

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