Html Css Color HEX #B42487 Medium Red Violet

📋 copy color: '#B42487'

red 180 ◦ green 36 ◦ blue 135

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

Shades of Medium Red Violet #B42487

Tints of Medium Red Violet #B42487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.26%

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

R = 51.28%
G = 10.26%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B42487 (or 0xB42487) is known color: Medium Red Violet. HEX triplet: B4, 24 and 87. RGB value is (180,36,135). Sum of RGB (Red+Green+Blue) = 180+36+135=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B42487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42487 is #4BDB78. Grayscale: #5A5A5A. Windows color (decimal): -4971385 or 8856756. OLE color: 8856756.

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

Color convert

RGB 180 36 135 -
CMYK 0 0.8 0.25 0.29
HSL 318.75º 0.67% 0.42% -
HSV(B) 318.75º 0.8% 0.71% -
XYZ 23.83 12.71 24.12 -
YUV 90.34 153.21 191.95 -
System Red Green Blue C M Y K H S L
Decimal 180 36 135 0 0.8 0.25 0.29 318.75 0.67 0.42
Hex B4 24 87 0 50 19 1D 13F 43 2A
Octal 264 44 207 0 120 31 35 477 103 52
Binary 10110100 100100 10000111 0 1010000 11001 11101 100111111 1000011 101010

Color Harmonies of #B42487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42487

Black with #B42487

Text Example


Text Example

White with #B42487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42487; }

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

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

background-color css

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

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

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

border-color css

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

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

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