Html Css Color HEX #B42598 Medium Red Violet

📋 copy color: '#B42598'

red 180 ◦ green 37 ◦ blue 152

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

Shades of Medium Red Violet #B42598

Tints of Medium Red Violet #B42598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.03%

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

R = 48.78%
G = 10.03%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B42598 (or 0xB42598) is known color: Medium Red Violet. HEX triplet: B4, 25 and 98. RGB value is (180,37,152). Sum of RGB (Red+Green+Blue) = 180+37+152=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B42598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42598 is #4BDA67. Grayscale: #5C5C5C. Windows color (decimal): -4971112 or 9971124. OLE color: 9971124.

HSL color Cylindrical-coordinate representation of color #B42598: hue angle of 311.75º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42598 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 152 -
CMYK 0 0.79 0.16 0.29
HSL 311.75º 0.66% 0.43% -
HSV(B) 311.75º 0.79% 0.71% -
XYZ 25.15 13.29 30.95 -
YUV 92.87 161.38 190.15 -
System Red Green Blue C M Y K H S L
Decimal 180 37 152 0 0.79 0.16 0.29 311.75 0.66 0.43
Hex B4 25 98 0 4F 10 1D 138 42 2B
Octal 264 45 230 0 117 20 35 470 102 53
Binary 10110100 100101 10011000 0 1001111 10000 11101 100111000 1000010 101011

Color Harmonies of #B42598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42598

Black with #B42598

Text Example


Text Example

White with #B42598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42598; }

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

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

background-color css

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

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

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

border-color css

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

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

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