Html Css Color HEX #B432A0 Medium Red Violet

📋 copy color: '#B432A0'

red 180 ◦ green 50 ◦ blue 160

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

Shades of Medium Red Violet #B432A0

Tints of Medium Red Violet #B432A0

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.82%

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

R = 46.15%
G = 12.82%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B432A0 (or 0xB432A0) is known color: Medium Red Violet. HEX triplet: B4, 32 and A0. RGB value is (180,50,160). Sum of RGB (Red+Green+Blue) = 180+50+160=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B432A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B432A0 is #4BCD5F. Grayscale: #656565. Windows color (decimal): -4967776 or 10498740. OLE color: 10498740.

HSL color Cylindrical-coordinate representation of color #B432A0: hue angle of 309.23º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B432A0 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 50 160 -
CMYK 0 0.72 0.11 0.29
HSL 309.23º 0.57% 0.45% -
HSV(B) 309.23º 0.72% 0.71% -
XYZ 26.31 14.52 34.67 -
YUV 101.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 180 50 160 0 0.72 0.11 0.29 309.23 0.57 0.45
Hex B4 32 A0 0 48 B 1D 135 39 2D
Octal 264 62 240 0 110 13 35 465 71 55
Binary 10110100 110010 10100000 0 1001000 1011 11101 100110101 111001 101101

Color Harmonies of #B432A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B432A0

Black with #B432A0

Text Example


Text Example

White with #B432A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B432A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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