Html Css Color HEX #B61397 Medium Violet Red

📋 copy color: '#B61397'

red 182 ◦ green 19 ◦ blue 151

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

Shades of Medium Violet Red #B61397

Tints of Medium Violet Red #B61397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.4%

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

R = 51.7%
G = 5.4%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B61397 (or 0xB61397) is known color: Medium Violet Red. HEX triplet: B6, 13 and 97. RGB value is (182,19,151). Sum of RGB (Red+Green+Blue) = 182+19+151=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B61397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61397 is #49EC68. Grayscale: #525252. Windows color (decimal): -4844649 or 9900982. OLE color: 9900982.

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

Color convert

RGB 182 19 151 -
CMYK 0 0.90 0.17 0.29
HSL 311.41º 0.81% 0.39% -
HSV(B) 311.41º 0.9% 0.71% -
XYZ 25.11 12.65 30.4 -
YUV 82.79 166.5 198.77 -
System Red Green Blue C M Y K H S L
Decimal 182 19 151 0 0.90 0.17 0.29 311.41 0.81 0.39
Hex B6 13 97 0 5A 11 1D 137 51 27
Octal 266 23 227 0 132 21 35 467 121 47
Binary 10110110 10011 10010111 0 1011010 10001 11101 100110111 1010001 100111

Color Harmonies of #B61397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61397

Black with #B61397

Text Example


Text Example

White with #B61397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61397; }

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

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

background-color css

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

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

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

border-color css

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

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

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