Html Css Color HEX #B429A8 Medium Red Violet

📋 copy color: '#B429A8'

red 180 ◦ green 41 ◦ blue 168

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

Shades of Medium Red Violet #B429A8

Tints of Medium Red Violet #B429A8

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.54%

 BLUE value IS 168 (66.02% from 255) = 43.19%

R = 46.27%
G = 10.54%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B429A8 (or 0xB429A8) is known color: Medium Red Violet. HEX triplet: B4, 29 and A8. RGB value is (180,41,168). Sum of RGB (Red+Green+Blue) = 180+41+168=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B429A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B429A8 is #4BD657. Grayscale: #606060. Windows color (decimal): -4970072 or 11020724. OLE color: 11020724.

HSL color Cylindrical-coordinate representation of color #B429A8: hue angle of 305.18º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B429A8 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 41 168 -
CMYK 0 0.77 0.07 0.29
HSL 305.18º 0.63% 0.43% -
HSV(B) 305.18º 0.77% 0.71% -
XYZ 26.68 14.12 38.36 -
YUV 97.04 168.05 187.17 -
System Red Green Blue C M Y K H S L
Decimal 180 41 168 0 0.77 0.07 0.29 305.18 0.63 0.43
Hex B4 29 A8 0 4D 7 1D 131 3F 2B
Octal 264 51 250 0 115 7 35 461 77 53
Binary 10110100 101001 10101000 0 1001101 111 11101 100110001 111111 101011

Color Harmonies of #B429A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429A8

Black with #B429A8

Text Example


Text Example

White with #B429A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429A8; }

 p { color: rgb(180,41,168); }

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

background-color css

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

 a { background-color: rgb(180,41,168); }

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

border-color css

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

 span { border-color: rgb(180,41,168); }

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