Html Css Color HEX #B5429A Medium Red Violet

📋 copy color: '#B5429A'

red 181 ◦ green 66 ◦ blue 154

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

Shades of Medium Red Violet #B5429A

Tints of Medium Red Violet #B5429A

RGB

 RED value IS 181 (71.09% from 255) = 45.14%

 GREEN value IS 66 (26.17% from 255) = 16.46%

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 45.14%
G = 16.46%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5429A (or 0xB5429A) is known color: Medium Red Violet. HEX triplet: B5, 42 and 9A. RGB value is (181,66,154). Sum of RGB (Red+Green+Blue) = 181+66+154=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B5429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5429A is #4ABD65. Grayscale: #6E6E6E. Windows color (decimal): -4898150 or 10109621. OLE color: 10109621.

HSL color Cylindrical-coordinate representation of color #B5429A: hue angle of 314.09º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5429A is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 66 154 -
CMYK 0 0.64 0.15 0.29
HSL 314.09º 0.47% 0.48% -
HSV(B) 314.09º 0.64% 0.71% -
XYZ 26.84 16.05 32.26 -
YUV 110.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 181 66 154 0 0.64 0.15 0.29 314.09 0.47 0.48
Hex B5 42 9A 0 40 F 1D 13A 2F 30
Octal 265 102 232 0 100 17 35 472 57 60
Binary 10110101 1000010 10011010 0 1000000 1111 11101 100111010 101111 110000

Color Harmonies of #B5429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5429A

Black with #B5429A

Text Example


Text Example

White with #B5429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5429A; }

 p { color: rgb(181,66,154); }

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

background-color css

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

 a { background-color: rgb(181,66,154); }

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

border-color css

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

 span { border-color: rgb(181,66,154); }

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