Html Css Color HEX #B40598 Medium Violet Red

📋 copy color: '#B40598'

red 180 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #B40598

Tints of Medium Violet Red #B40598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.1%

R = 53.41%
G = 1.48%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B40598 (or 0xB40598) is known color: Medium Violet Red. HEX triplet: B4, 05 and 98. RGB value is (180,5,152). Sum of RGB (Red+Green+Blue) = 180+5+152=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B40598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40598 is #4BFA67. Grayscale: #494949. Windows color (decimal): -4979304 or 9962932. OLE color: 9962932.

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

Color convert

RGB 180 5 152 -
CMYK 0 0.97 0.16 0.29
HSL 309.6º 0.95% 0.36% -
HSV(B) 309.6º 0.97% 0.71% -
XYZ 24.54 12.08 30.74 -
YUV 74.08 171.98 203.55 -
System Red Green Blue C M Y K H S L
Decimal 180 5 152 0 0.97 0.16 0.29 309.6 0.95 0.36
Hex B4 5 98 0 61 10 1D 136 5F 24
Octal 264 5 230 0 141 20 35 466 137 44
Binary 10110100 101 10011000 0 1100001 10000 11101 100110110 1011111 100100

Color Harmonies of #B40598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40598

Black with #B40598

Text Example


Text Example

White with #B40598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40598; }

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

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

background-color css

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

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

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

border-color css

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

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

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