Html Css Color HEX #B61279 Medium Violet Red

📋 copy color: '#B61279'

red 182 ◦ green 18 ◦ blue 121

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

Shades of Medium Violet Red #B61279

Tints of Medium Violet Red #B61279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.69%

R = 56.7%
G = 5.61%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B61279 (or 0xB61279) is known color: Medium Violet Red. HEX triplet: B6, 12 and 79. RGB value is (182,18,121). Sum of RGB (Red+Green+Blue) = 182+18+121=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B61279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61279 is #49ED86. Grayscale: #4E4E4E. Windows color (decimal): -4844935 or 7934646. OLE color: 7934646.

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

Color convert

RGB 182 18 121 -
CMYK 0 0.90 0.34 0.29
HSL 322.32º 0.82% 0.39% -
HSV(B) 322.32º 0.9% 0.71% -
XYZ 22.96 11.76 19.15 -
YUV 78.78 151.83 201.62 -
System Red Green Blue C M Y K H S L
Decimal 182 18 121 0 0.90 0.34 0.29 322.32 0.82 0.39
Hex B6 12 79 0 5A 22 1D 142 52 27
Octal 266 22 171 0 132 42 35 502 122 47
Binary 10110110 10010 1111001 0 1011010 100010 11101 101000010 1010010 100111

Color Harmonies of #B61279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61279

Black with #B61279

Text Example


Text Example

White with #B61279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61279; }

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

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

background-color css

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

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

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

border-color css

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

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

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