Html Css Color HEX #B71283 Medium Violet Red

📋 copy color: '#B71283'

red 183 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #B71283

Tints of Medium Violet Red #B71283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.42%

 BLUE value IS 131 (51.56% from 255) = 39.46%

R = 55.12%
G = 5.42%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B71283 (or 0xB71283) is known color: Medium Violet Red. HEX triplet: B7, 12 and 83. RGB value is (183,18,131). Sum of RGB (Red+Green+Blue) = 183+18+131=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B71283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71283 is #48ED7C. Grayscale: #4F4F4F. Windows color (decimal): -4779389 or 8590007. OLE color: 8590007.

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

Color convert

RGB 183 18 131 -
CMYK 0 0.90 0.28 0.28
HSL 318.91º 0.82% 0.39% -
HSV(B) 318.91º 0.9% 0.72% -
XYZ 23.84 12.14 22.56 -
YUV 80.22 156.66 201.31 -
System Red Green Blue C M Y K H S L
Decimal 183 18 131 0 0.90 0.28 0.28 318.91 0.82 0.39
Hex B7 12 83 0 5A 1C 1C 13F 52 27
Octal 267 22 203 0 132 34 34 477 122 47
Binary 10110111 10010 10000011 0 1011010 11100 11100 100111111 1010010 100111

Color Harmonies of #B71283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71283

Black with #B71283

Text Example


Text Example

White with #B71283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71283; }

 p { color: rgb(183,18,131); }

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

background-color css

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

 a { background-color: rgb(183,18,131); }

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

border-color css

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

 span { border-color: rgb(183,18,131); }

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