Html Css Color HEX #B61197 Medium Violet Red

📋 copy color: '#B61197'

red 182 ◦ green 17 ◦ blue 151

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

Shades of Medium Violet Red #B61197

Tints of Medium Violet Red #B61197

RGB

 RED value IS 182 (71.48% from 255) = 52%

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

 BLUE value IS 151 (59.38% from 255) = 43.14%

R = 52%
G = 4.86%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B61197 (or 0xB61197) is known color: Medium Violet Red. HEX triplet: B6, 11 and 97. RGB value is (182,17,151). Sum of RGB (Red+Green+Blue) = 182+17+151=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B61197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61197 is #49EE68. Grayscale: #515151. Windows color (decimal): -4845161 or 9900470. OLE color: 9900470.

HSL color Cylindrical-coordinate representation of color #B61197: hue angle of 311.27º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61197 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 17 151 -
CMYK 0 0.91 0.17 0.29
HSL 311.27º 0.83% 0.39% -
HSV(B) 311.27º 0.91% 0.71% -
XYZ 25.08 12.58 30.38 -
YUV 81.61 167.16 199.6 -
System Red Green Blue C M Y K H S L
Decimal 182 17 151 0 0.91 0.17 0.29 311.27 0.83 0.39
Hex B6 11 97 0 5B 11 1D 137 53 27
Octal 266 21 227 0 133 21 35 467 123 47
Binary 10110110 10001 10010111 0 1011011 10001 11101 100110111 1010011 100111

Color Harmonies of #B61197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61197

Black with #B61197

Text Example


Text Example

White with #B61197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61197; }

 p { color: rgb(182,17,151); }

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

background-color css

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

 a { background-color: rgb(182,17,151); }

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

border-color css

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

 span { border-color: rgb(182,17,151); }

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