Html Css Color HEX #B61479 Medium Violet Red

📋 copy color: '#B61479'

red 182 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #B61479

Tints of Medium Violet Red #B61479

RGB

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

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

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

R = 56.35%
G = 6.19%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B61479 (or 0xB61479) is known color: Medium Violet Red. HEX triplet: B6, 14 and 79. RGB value is (182,20,121). Sum of RGB (Red+Green+Blue) = 182+20+121=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B61479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61479 is #49EB86. Grayscale: #4F4F4F. Windows color (decimal): -4844423 or 7935158. OLE color: 7935158.

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

Color convert

RGB 182 20 121 -
CMYK 0 0.89 0.34 0.29
HSL 322.59º 0.8% 0.4% -
HSV(B) 322.59º 0.89% 0.71% -
XYZ 22.99 11.83 19.16 -
YUV 79.95 151.17 200.79 -
System Red Green Blue C M Y K H S L
Decimal 182 20 121 0 0.89 0.34 0.29 322.59 0.8 0.4
Hex B6 14 79 0 59 22 1D 143 50 28
Octal 266 24 171 0 131 42 35 503 120 50
Binary 10110110 10100 1111001 0 1011001 100010 11101 101000011 1010000 101000

Color Harmonies of #B61479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61479

Black with #B61479

Text Example


Text Example

White with #B61479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61479; }

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

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

background-color css

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

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

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

border-color css

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

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

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