Html Css Color HEX #B41778 Medium Violet Red

📋 copy color: '#B41778'

red 180 ◦ green 23 ◦ blue 120

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

Shades of Medium Violet Red #B41778

Tints of Medium Violet Red #B41778

RGB

 RED value IS 180 (70.7% from 255) = 55.73%

 GREEN value IS 23 (9.38% from 255) = 7.12%

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

R = 55.73%
G = 7.12%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B41778 (or 0xB41778) is known color: Medium Violet Red. HEX triplet: B4, 17 and 78. RGB value is (180,23,120). Sum of RGB (Red+Green+Blue) = 180+23+120=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B41778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41778 is #4BE887. Grayscale: #505050. Windows color (decimal): -4974728 or 7870388. OLE color: 7870388.

HSL color Cylindrical-coordinate representation of color #B41778: hue angle of 322.93º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41778 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 23 120 -
CMYK 0 0.87 0.33 0.29
HSL 322.93º 0.77% 0.4% -
HSV(B) 322.93º 0.87% 0.71% -
XYZ 22.52 11.67 18.84 -
YUV 81 150.01 198.61 -
System Red Green Blue C M Y K H S L
Decimal 180 23 120 0 0.87 0.33 0.29 322.93 0.77 0.4
Hex B4 17 78 0 57 21 1D 143 4D 28
Octal 264 27 170 0 127 41 35 503 115 50
Binary 10110100 10111 1111000 0 1010111 100001 11101 101000011 1001101 101000

Color Harmonies of #B41778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41778

Black with #B41778

Text Example


Text Example

White with #B41778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41778; }

 p { color: rgb(180,23,120); }

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

background-color css

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

 a { background-color: rgb(180,23,120); }

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

border-color css

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

 span { border-color: rgb(180,23,120); }

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