Html Css Color HEX #B71194 Medium Violet Red

📋 copy color: '#B71194'

red 183 ◦ green 17 ◦ blue 148

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

Shades of Medium Violet Red #B71194

Tints of Medium Violet Red #B71194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.89%

 BLUE value IS 148 (58.2% from 255) = 42.53%

R = 52.59%
G = 4.89%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B71194 (or 0xB71194) is known color: Medium Violet Red. HEX triplet: B7, 11 and 94. RGB value is (183,17,148). Sum of RGB (Red+Green+Blue) = 183+17+148=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B71194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71194 is #48EE6B. Grayscale: #515151. Windows color (decimal): -4779628 or 9703863. OLE color: 9703863.

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

Color convert

RGB 183 17 148 -
CMYK 0 0.91 0.19 0.28
HSL 312.65º 0.83% 0.39% -
HSV(B) 312.65º 0.91% 0.72% -
XYZ 25.07 12.61 29.13 -
YUV 81.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 183 17 148 0 0.91 0.19 0.28 312.65 0.83 0.39
Hex B7 11 94 0 5B 13 1C 139 53 27
Octal 267 21 224 0 133 23 34 471 123 47
Binary 10110111 10001 10010100 0 1011011 10011 11100 100111001 1010011 100111

Color Harmonies of #B71194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71194

Black with #B71194

Text Example


Text Example

White with #B71194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71194; }

 p { color: rgb(183,17,148); }

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

background-color css

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

 a { background-color: rgb(183,17,148); }

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

border-color css

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

 span { border-color: rgb(183,17,148); }

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