Html Css Color HEX #B5428F Medium Red Violet

📋 copy color: '#B5428F'

red 181 ◦ green 66 ◦ blue 143

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

Shades of Medium Red Violet #B5428F

Tints of Medium Red Violet #B5428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 46.41%
G = 16.92%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B5428F (or 0xB5428F) is known color: Medium Red Violet. HEX triplet: B5, 42 and 8F. RGB value is (181,66,143). Sum of RGB (Red+Green+Blue) = 181+66+143=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5428F is #4ABD70. Grayscale: #6C6C6C. Windows color (decimal): -4898161 or 9388725. OLE color: 9388725.

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

Color convert

RGB 181 66 143 -
CMYK 0 0.64 0.21 0.29
HSL 319.83º 0.47% 0.48% -
HSV(B) 319.83º 0.64% 0.71% -
XYZ 25.96 15.7 27.65 -
YUV 109.16 147.1 179.24 -
System Red Green Blue C M Y K H S L
Decimal 181 66 143 0 0.64 0.21 0.29 319.83 0.47 0.48
Hex B5 42 8F 0 40 15 1D 140 2F 30
Octal 265 102 217 0 100 25 35 500 57 60
Binary 10110101 1000010 10001111 0 1000000 10101 11101 101000000 101111 110000

Color Harmonies of #B5428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5428F

Black with #B5428F

Text Example


Text Example

White with #B5428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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