Html Css Color HEX #B61978 Medium Violet Red

📋 copy color: '#B61978'

red 182 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #B61978

Tints of Medium Violet Red #B61978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.65%

 BLUE value IS 120 (47.27% from 255) = 36.7%

R = 55.66%
G = 7.65%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B61978 (or 0xB61978) is known color: Medium Violet Red. HEX triplet: B6, 19 and 78. RGB value is (182,25,120). Sum of RGB (Red+Green+Blue) = 182+25+120=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B61978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61978 is #49E687. Grayscale: #525252. Windows color (decimal): -4843144 or 7870902. OLE color: 7870902.

HSL color Cylindrical-coordinate representation of color #B61978: hue angle of 323.69º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61978 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 25 120 -
CMYK 0 0.86 0.34 0.29
HSL 323.69º 0.76% 0.41% -
HSV(B) 323.69º 0.86% 0.71% -
XYZ 23.03 12 18.87 -
YUV 82.77 149.01 198.78 -
System Red Green Blue C M Y K H S L
Decimal 182 25 120 0 0.86 0.34 0.29 323.69 0.76 0.41
Hex B6 19 78 0 56 22 1D 144 4C 29
Octal 266 31 170 0 126 42 35 504 114 51
Binary 10110110 11001 1111000 0 1010110 100010 11101 101000100 1001100 101001

Color Harmonies of #B61978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61978

Black with #B61978

Text Example


Text Example

White with #B61978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61978; }

 p { color: rgb(182,25,120); }

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

background-color css

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

 a { background-color: rgb(182,25,120); }

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

border-color css

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

 span { border-color: rgb(182,25,120); }

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