Html Css Color HEX #B61F78 Medium Violet Red

📋 copy color: '#B61F78'

red 182 ◦ green 31 ◦ blue 120

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

Shades of Medium Violet Red #B61F78

Tints of Medium Violet Red #B61F78

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.31%

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

R = 54.65%
G = 9.31%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B61F78 (or 0xB61F78) is known color: Medium Violet Red. HEX triplet: B6, 1F and 78. RGB value is (182,31,120). Sum of RGB (Red+Green+Blue) = 182+31+120=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61F78 is #49E087. Grayscale: #565656. Windows color (decimal): -4841608 or 7872438. OLE color: 7872438.

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

Color convert

RGB 182 31 120 -
CMYK 0 0.83 0.34 0.29
HSL 324.64º 0.71% 0.42% -
HSV(B) 324.64º 0.83% 0.71% -
XYZ 23.17 12.28 18.92 -
YUV 86.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 182 31 120 0 0.83 0.34 0.29 324.64 0.71 0.42
Hex B6 1F 78 0 53 22 1D 145 47 2A
Octal 266 37 170 0 123 42 35 505 107 52
Binary 10110110 11111 1111000 0 1010011 100010 11101 101000101 1000111 101010

Color Harmonies of #B61F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61F78

Black with #B61F78

Text Example


Text Example

White with #B61F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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