Html Css Color HEX #B42987 Medium Red Violet

📋 copy color: '#B42987'

red 180 ◦ green 41 ◦ blue 135

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

Shades of Medium Red Violet #B42987

Tints of Medium Red Violet #B42987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.52%

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

R = 50.56%
G = 11.52%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B42987 (or 0xB42987) is known color: Medium Red Violet. HEX triplet: B4, 29 and 87. RGB value is (180,41,135). Sum of RGB (Red+Green+Blue) = 180+41+135=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B42987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42987 is #4BD678. Grayscale: #5D5D5D. Windows color (decimal): -4970105 or 8858036. OLE color: 8858036.

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

Color convert

RGB 180 41 135 -
CMYK 0 0.77 0.25 0.29
HSL 319.42º 0.63% 0.43% -
HSV(B) 319.42º 0.77% 0.71% -
XYZ 23.99 13.04 24.17 -
YUV 93.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 180 41 135 0 0.77 0.25 0.29 319.42 0.63 0.43
Hex B4 29 87 0 4D 19 1D 13F 3F 2B
Octal 264 51 207 0 115 31 35 477 77 53
Binary 10110100 101001 10000111 0 1001101 11001 11101 100111111 111111 101011

Color Harmonies of #B42987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42987

Black with #B42987

Text Example


Text Example

White with #B42987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42987; }

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

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

background-color css

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

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

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

border-color css

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

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

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