Html Css Color HEX #B432A7 Medium Red Violet

📋 copy color: '#B432A7'

red 180 ◦ green 50 ◦ blue 167

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

Shades of Medium Red Violet #B432A7

Tints of Medium Red Violet #B432A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.07%

R = 45.34%
G = 12.59%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B432A7 (or 0xB432A7) is known color: Medium Red Violet. HEX triplet: B4, 32 and A7. RGB value is (180,50,167). Sum of RGB (Red+Green+Blue) = 180+50+167=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B432A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B432A7 is #4BCD58. Grayscale: #656565. Windows color (decimal): -4967769 or 10957492. OLE color: 10957492.

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

Color convert

RGB 180 50 167 -
CMYK 0 0.72 0.07 0.29
HSL 306º 0.57% 0.45% -
HSV(B) 306º 0.72% 0.71% -
XYZ 26.94 14.77 37.99 -
YUV 102.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 180 50 167 0 0.72 0.07 0.29 306 0.57 0.45
Hex B4 32 A7 0 48 7 1D 132 39 2D
Octal 264 62 247 0 110 7 35 462 71 55
Binary 10110100 110010 10100111 0 1001000 111 11101 100110010 111001 101101

Color Harmonies of #B432A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B432A7

Black with #B432A7

Text Example


Text Example

White with #B432A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B432A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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