Html Css Color HEX #B61297 Medium Violet Red

📋 copy color: '#B61297'

red 182 ◦ green 18 ◦ blue 151

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

Shades of Medium Violet Red #B61297

Tints of Medium Violet Red #B61297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.13%

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

R = 51.85%
G = 5.13%
B = 43.02%

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

#B61297 (or 0xB61297) is known color: Medium Violet Red. HEX triplet: B6, 12 and 97. RGB value is (182,18,151). Sum of RGB (Red+Green+Blue) = 182+18+151=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B61297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61297 is #49ED68. Grayscale: #515151. Windows color (decimal): -4844905 or 9900726. OLE color: 9900726.

HSL color Cylindrical-coordinate representation of color #B61297: hue angle of 311.34º degrees, saturation: 0.82, 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 #B61297 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 18 151 -
CMYK 0 0.90 0.17 0.29
HSL 311.34º 0.82% 0.39% -
HSV(B) 311.34º 0.9% 0.71% -
XYZ 25.09 12.61 30.39 -
YUV 82.2 166.83 199.19 -
System Red Green Blue C M Y K H S L
Decimal 182 18 151 0 0.90 0.17 0.29 311.34 0.82 0.39
Hex B6 12 97 0 5A 11 1D 137 52 27
Octal 266 22 227 0 132 21 35 467 122 47
Binary 10110110 10010 10010111 0 1011010 10001 11101 100110111 1010010 100111

Color Harmonies of #B61297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61297

Black with #B61297

Text Example


Text Example

White with #B61297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61297; }

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

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

background-color css

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

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

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

border-color css

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

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

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