Html Css Color HEX #B61497 Medium Violet Red

📋 copy color: '#B61497'

red 182 ◦ green 20 ◦ blue 151

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

Shades of Medium Violet Red #B61497

Tints of Medium Violet Red #B61497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.67%

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

R = 51.56%
G = 5.67%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B61497 (or 0xB61497) is known color: Medium Violet Red. HEX triplet: B6, 14 and 97. RGB value is (182,20,151). Sum of RGB (Red+Green+Blue) = 182+20+151=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B61497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61497 is #49EB68. Grayscale: #535353. Windows color (decimal): -4844393 or 9901238. OLE color: 9901238.

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

Color convert

RGB 182 20 151 -
CMYK 0 0.89 0.17 0.29
HSL 311.48º 0.8% 0.4% -
HSV(B) 311.48º 0.89% 0.71% -
XYZ 25.13 12.68 30.4 -
YUV 83.37 166.17 198.35 -
System Red Green Blue C M Y K H S L
Decimal 182 20 151 0 0.89 0.17 0.29 311.48 0.8 0.4
Hex B6 14 97 0 59 11 1D 137 50 28
Octal 266 24 227 0 131 21 35 467 120 50
Binary 10110110 10100 10010111 0 1011001 10001 11101 100110111 1010000 101000

Color Harmonies of #B61497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61497

Black with #B61497

Text Example


Text Example

White with #B61497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61497; }

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

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

background-color css

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

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

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

border-color css

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

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

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