Html Css Color HEX #B42087 Medium Red Violet

📋 copy color: '#B42087'

red 180 ◦ green 32 ◦ blue 135

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

Shades of Medium Red Violet #B42087

Tints of Medium Red Violet #B42087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

 BLUE value IS 135 (53.13% from 255) = 38.9%

R = 51.87%
G = 9.22%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B42087 (or 0xB42087) is known color: Medium Red Violet. HEX triplet: B4, 20 and 87. RGB value is (180,32,135). Sum of RGB (Red+Green+Blue) = 180+32+135=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B42087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42087 is #4BDF78. Grayscale: #575757. Windows color (decimal): -4972409 or 8855732. OLE color: 8855732.

HSL color Cylindrical-coordinate representation of color #B42087: hue angle of 318.24º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42087 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 32 135 -
CMYK 0 0.82 0.25 0.29
HSL 318.24º 0.7% 0.42% -
HSV(B) 318.24º 0.82% 0.71% -
XYZ 23.71 12.49 24.08 -
YUV 87.99 154.53 193.62 -
System Red Green Blue C M Y K H S L
Decimal 180 32 135 0 0.82 0.25 0.29 318.24 0.7 0.42
Hex B4 20 87 0 52 19 1D 13E 46 2A
Octal 264 40 207 0 122 31 35 476 106 52
Binary 10110100 100000 10000111 0 1010010 11001 11101 100111110 1000110 101010

Color Harmonies of #B42087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42087

Black with #B42087

Text Example


Text Example

White with #B42087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42087; }

 p { color: rgb(180,32,135); }

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

background-color css

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

 a { background-color: rgb(180,32,135); }

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

border-color css

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

 span { border-color: rgb(180,32,135); }

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