Html Css Color HEX #B71695 Medium Violet Red

📋 copy color: '#B71695'

red 183 ◦ green 22 ◦ blue 149

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

Shades of Medium Violet Red #B71695

Tints of Medium Violet Red #B71695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.09%

R = 51.69%
G = 6.21%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B71695 (or 0xB71695) is known color: Medium Violet Red. HEX triplet: B7, 16 and 95. RGB value is (183,22,149). Sum of RGB (Red+Green+Blue) = 183+22+149=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B71695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71695 is #48E96A. Grayscale: #545454. Windows color (decimal): -4778347 or 9770679. OLE color: 9770679.

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

Color convert

RGB 183 22 149 -
CMYK 0 0.88 0.19 0.28
HSL 312.67º 0.79% 0.4% -
HSV(B) 312.67º 0.88% 0.72% -
XYZ 25.24 12.81 29.58 -
YUV 84.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 183 22 149 0 0.88 0.19 0.28 312.67 0.79 0.4
Hex B7 16 95 0 58 13 1C 139 4F 28
Octal 267 26 225 0 130 23 34 471 117 50
Binary 10110111 10110 10010101 0 1011000 10011 11100 100111001 1001111 101000

Color Harmonies of #B71695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71695

Black with #B71695

Text Example


Text Example

White with #B71695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71695; }

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

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

background-color css

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

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

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

border-color css

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

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

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