Html Css Color HEX #B42BA0 Medium Red Violet

📋 copy color: '#B42BA0'

red 180 ◦ green 43 ◦ blue 160

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

Shades of Medium Red Violet #B42BA0

Tints of Medium Red Violet #B42BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.78%

R = 47%
G = 11.23%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B42BA0 (or 0xB42BA0) is known color: Medium Red Violet. HEX triplet: B4, 2B and A0. RGB value is (180,43,160). Sum of RGB (Red+Green+Blue) = 180+43+160=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B42BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42BA0 is #4BD45F. Grayscale: #606060. Windows color (decimal): -4969568 or 10496948. OLE color: 10496948.

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

Color convert

RGB 180 43 160 -
CMYK 0 0.76 0.11 0.29
HSL 308.76º 0.61% 0.44% -
HSV(B) 308.76º 0.76% 0.71% -
XYZ 26.03 13.97 34.58 -
YUV 97.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 180 43 160 0 0.76 0.11 0.29 308.76 0.61 0.44
Hex B4 2B A0 0 4C B 1D 135 3D 2C
Octal 264 53 240 0 114 13 35 465 75 54
Binary 10110100 101011 10100000 0 1001100 1011 11101 100110101 111101 101100

Color Harmonies of #B42BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BA0

Black with #B42BA0

Text Example


Text Example

White with #B42BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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