Html Css Color HEX #B42B9E Medium Red Violet

📋 copy color: '#B42B9E'

red 180 ◦ green 43 ◦ blue 158

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

Shades of Medium Red Violet #B42B9E

Tints of Medium Red Violet #B42B9E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.29%

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 47.24%
G = 11.29%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B42B9E (or 0xB42B9E) is known color: Medium Red Violet. HEX triplet: B4, 2B and 9E. RGB value is (180,43,158). Sum of RGB (Red+Green+Blue) = 180+43+158=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42B9E is #4BD461. Grayscale: #606060. Windows color (decimal): -4969570 or 10365876. OLE color: 10365876.

HSL color Cylindrical-coordinate representation of color #B42B9E: hue angle of 309.64º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42B9E is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 43 158 -
CMYK 0 0.76 0.12 0.29
HSL 309.64º 0.61% 0.44% -
HSV(B) 309.64º 0.76% 0.71% -
XYZ 25.86 13.9 33.67 -
YUV 97.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 180 43 158 0 0.76 0.12 0.29 309.64 0.61 0.44
Hex B4 2B 9E 0 4C C 1D 136 3D 2C
Octal 264 53 236 0 114 14 35 466 75 54
Binary 10110100 101011 10011110 0 1001100 1100 11101 100110110 111101 101100

Color Harmonies of #B42B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B9E

Black with #B42B9E

Text Example


Text Example

White with #B42B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B9E; }

 p { color: rgb(180,43,158); }

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

background-color css

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

 a { background-color: rgb(180,43,158); }

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

border-color css

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

 span { border-color: rgb(180,43,158); }

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