Html Css Color HEX #B71C82 Medium Violet Red

📋 copy color: '#B71C82'

red 183 ◦ green 28 ◦ blue 130

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

Shades of Medium Violet Red #B71C82

Tints of Medium Violet Red #B71C82

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.21%

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

R = 53.67%
G = 8.21%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B71C82 (or 0xB71C82) is known color: Medium Violet Red. HEX triplet: B7, 1C and 82. RGB value is (183,28,130). Sum of RGB (Red+Green+Blue) = 183+28+130=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71C82 is #48E37D. Grayscale: #555555. Windows color (decimal): -4776830 or 8527031. OLE color: 8527031.

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

Color convert

RGB 183 28 130 -
CMYK 0 0.85 0.29 0.28
HSL 320.52º 0.73% 0.41% -
HSV(B) 320.52º 0.85% 0.72% -
XYZ 23.97 12.51 22.27 -
YUV 85.97 152.85 197.21 -
System Red Green Blue C M Y K H S L
Decimal 183 28 130 0 0.85 0.29 0.28 320.52 0.73 0.41
Hex B7 1C 82 0 55 1D 1C 141 49 29
Octal 267 34 202 0 125 35 34 501 111 51
Binary 10110111 11100 10000010 0 1010101 11101 11100 101000001 1001001 101001

Color Harmonies of #B71C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C82

Black with #B71C82

Text Example


Text Example

White with #B71C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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