Html Css Color HEX #B42187 Medium Red Violet

📋 copy color: '#B42187'

red 180 ◦ green 33 ◦ blue 135

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

Shades of Medium Red Violet #B42187

Tints of Medium Red Violet #B42187

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

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

R = 51.72%
G = 9.48%
B = 38.79%

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

#B42187 (or 0xB42187) is known color: Medium Red Violet. HEX triplet: B4, 21 and 87. RGB value is (180,33,135). Sum of RGB (Red+Green+Blue) = 180+33+135=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B42187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42187 is #4BDE78. Grayscale: #585858. Windows color (decimal): -4972153 or 8855988. OLE color: 8855988.

HSL color Cylindrical-coordinate representation of color #B42187: hue angle of 318.37º degrees, saturation: 0.69, 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 #B42187 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 33 135 -
CMYK 0 0.82 0.25 0.29
HSL 318.37º 0.69% 0.42% -
HSV(B) 318.37º 0.82% 0.71% -
XYZ 23.74 12.54 24.09 -
YUV 88.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 180 33 135 0 0.82 0.25 0.29 318.37 0.69 0.42
Hex B4 21 87 0 52 19 1D 13E 45 2A
Octal 264 41 207 0 122 31 35 476 105 52
Binary 10110100 100001 10000111 0 1010010 11001 11101 100111110 1000101 101010

Color Harmonies of #B42187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42187

Black with #B42187

Text Example


Text Example

White with #B42187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42187; }

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

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

background-color css

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

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

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

border-color css

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

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

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