Html Css Color HEX #B42588 Medium Red Violet

📋 copy color: '#B42588'

red 180 ◦ green 37 ◦ blue 136

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

Shades of Medium Red Violet #B42588

Tints of Medium Red Violet #B42588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.53%

R = 50.99%
G = 10.48%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B42588 (or 0xB42588) is known color: Medium Red Violet. HEX triplet: B4, 25 and 88. RGB value is (180,37,136). Sum of RGB (Red+Green+Blue) = 180+37+136=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B42588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42588 is #4BDA77. Grayscale: #5A5A5A. Windows color (decimal): -4971128 or 8922548. OLE color: 8922548.

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

Color convert

RGB 180 37 136 -
CMYK 0 0.79 0.24 0.29
HSL 318.46º 0.66% 0.43% -
HSV(B) 318.46º 0.79% 0.71% -
XYZ 23.93 12.8 24.5 -
YUV 91.04 153.38 191.45 -
System Red Green Blue C M Y K H S L
Decimal 180 37 136 0 0.79 0.24 0.29 318.46 0.66 0.43
Hex B4 25 88 0 4F 18 1D 13E 42 2B
Octal 264 45 210 0 117 30 35 476 102 53
Binary 10110100 100101 10001000 0 1001111 11000 11101 100111110 1000010 101011

Color Harmonies of #B42588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42588

Black with #B42588

Text Example


Text Example

White with #B42588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42588; }

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

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

background-color css

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

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

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

border-color css

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

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

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