Html Css Color HEX #B42186 Medium Red Violet

📋 copy color: '#B42186'

red 180 ◦ green 33 ◦ blue 134

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

Shades of Medium Red Violet #B42186

Tints of Medium Red Violet #B42186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.62%

R = 51.87%
G = 9.51%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B42186 (or 0xB42186) is known color: Medium Red Violet. HEX triplet: B4, 21 and 86. RGB value is (180,33,134). Sum of RGB (Red+Green+Blue) = 180+33+134=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B42186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42186 is #4BDE79. Grayscale: #585858. Windows color (decimal): -4972154 or 8790452. OLE color: 8790452.

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

Color convert

RGB 180 33 134 -
CMYK 0 0.82 0.26 0.29
HSL 318.78º 0.69% 0.42% -
HSV(B) 318.78º 0.82% 0.71% -
XYZ 23.67 12.51 23.72 -
YUV 88.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 180 33 134 0 0.82 0.26 0.29 318.78 0.69 0.42
Hex B4 21 86 0 52 1A 1D 13F 45 2A
Octal 264 41 206 0 122 32 35 477 105 52
Binary 10110100 100001 10000110 0 1010010 11010 11101 100111111 1000101 101010

Color Harmonies of #B42186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42186

Black with #B42186

Text Example


Text Example

White with #B42186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42186; }

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

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

background-color css

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

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

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

border-color css

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

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

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