Html Css Color HEX #B40594 Medium Violet Red

📋 copy color: '#B40594'

red 180 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #B40594

Tints of Medium Violet Red #B40594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 54.05%
G = 1.5%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B40594 (or 0xB40594) is known color: Medium Violet Red. HEX triplet: B4, 05 and 94. RGB value is (180,5,148). Sum of RGB (Red+Green+Blue) = 180+5+148=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B40594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40594 is #4BFA6B. Grayscale: #494949. Windows color (decimal): -4979308 or 9700788. OLE color: 9700788.

HSL color Cylindrical-coordinate representation of color #B40594: hue angle of 310.97º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40594 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 5 148 -
CMYK 0 0.97 0.18 0.29
HSL 310.97º 0.95% 0.36% -
HSV(B) 310.97º 0.97% 0.71% -
XYZ 24.22 11.95 29.05 -
YUV 73.63 169.98 203.87 -
System Red Green Blue C M Y K H S L
Decimal 180 5 148 0 0.97 0.18 0.29 310.97 0.95 0.36
Hex B4 5 94 0 61 12 1D 137 5F 24
Octal 264 5 224 0 141 22 35 467 137 44
Binary 10110100 101 10010100 0 1100001 10010 11101 100110111 1011111 100100

Color Harmonies of #B40594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40594

Black with #B40594

Text Example


Text Example

White with #B40594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40594; }

 p { color: rgb(180,5,148); }

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

background-color css

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

 a { background-color: rgb(180,5,148); }

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

border-color css

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

 span { border-color: rgb(180,5,148); }

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