Html Css Color HEX #B71696 Medium Violet Red

📋 copy color: '#B71696'

red 183 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #B71696

Tints of Medium Violet Red #B71696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.2%

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

R = 51.55%
G = 6.2%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B71696 (or 0xB71696) is known color: Medium Violet Red. HEX triplet: B7, 16 and 96. RGB value is (183,22,150). Sum of RGB (Red+Green+Blue) = 183+22+150=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B71696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71696 is #48E969. Grayscale: #545454. Windows color (decimal): -4778346 or 9836215. OLE color: 9836215.

HSL color Cylindrical-coordinate representation of color #B71696: hue angle of 312.3º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71696 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 22 150 -
CMYK 0 0.88 0.18 0.28
HSL 312.3º 0.79% 0.4% -
HSV(B) 312.3º 0.88% 0.72% -
XYZ 25.32 12.84 30 -
YUV 84.73 164.84 198.09 -
System Red Green Blue C M Y K H S L
Decimal 183 22 150 0 0.88 0.18 0.28 312.3 0.79 0.4
Hex B7 16 96 0 58 12 1C 138 4F 28
Octal 267 26 226 0 130 22 34 470 117 50
Binary 10110111 10110 10010110 0 1011000 10010 11100 100111000 1001111 101000

Color Harmonies of #B71696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71696

Black with #B71696

Text Example


Text Example

White with #B71696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71696; }

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

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

background-color css

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

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

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

border-color css

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

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

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