Html Css Color HEX #B71096 Medium Violet Red

📋 copy color: '#B71096'

red 183 ◦ green 16 ◦ blue 150

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

Shades of Medium Violet Red #B71096

Tints of Medium Violet Red #B71096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 52.44%
G = 4.58%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B71096 (or 0xB71096) is known color: Medium Violet Red. HEX triplet: B7, 10 and 96. RGB value is (183,16,150). Sum of RGB (Red+Green+Blue) = 183+16+150=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B71096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71096 is #48EF69. Grayscale: #505050. Windows color (decimal): -4779882 or 9834679. OLE color: 9834679.

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

Color convert

RGB 183 16 150 -
CMYK 0 0.91 0.18 0.28
HSL 311.86º 0.84% 0.39% -
HSV(B) 311.86º 0.91% 0.72% -
XYZ 25.22 12.64 29.96 -
YUV 81.21 166.83 200.6 -
System Red Green Blue C M Y K H S L
Decimal 183 16 150 0 0.91 0.18 0.28 311.86 0.84 0.39
Hex B7 10 96 0 5B 12 1C 138 54 27
Octal 267 20 226 0 133 22 34 470 124 47
Binary 10110111 10000 10010110 0 1011011 10010 11100 100111000 1010100 100111

Color Harmonies of #B71096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71096

Black with #B71096

Text Example


Text Example

White with #B71096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71096; }

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

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

background-color css

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

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

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

border-color css

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

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

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