Html Css Color HEX #B5428A Medium Red Violet

📋 copy color: '#B5428A'

red 181 ◦ green 66 ◦ blue 138

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

Shades of Medium Red Violet #B5428A

Tints of Medium Red Violet #B5428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 47.01%
G = 17.14%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5428A (or 0xB5428A) is known color: Medium Red Violet. HEX triplet: B5, 42 and 8A. RGB value is (181,66,138). Sum of RGB (Red+Green+Blue) = 181+66+138=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5428A is #4ABD75. Grayscale: #6C6C6C. Windows color (decimal): -4898166 or 9061045. OLE color: 9061045.

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

Color convert

RGB 181 66 138 -
CMYK 0 0.64 0.24 0.29
HSL 322.43º 0.47% 0.48% -
HSV(B) 322.43º 0.64% 0.71% -
XYZ 25.59 15.56 25.7 -
YUV 108.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 181 66 138 0 0.64 0.24 0.29 322.43 0.47 0.48
Hex B5 42 8A 0 40 18 1D 142 2F 30
Octal 265 102 212 0 100 30 35 502 57 60
Binary 10110101 1000010 10001010 0 1000000 11000 11101 101000010 101111 110000

Color Harmonies of #B5428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5428A

Black with #B5428A

Text Example


Text Example

White with #B5428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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