Html Css Color HEX #B528A9 Medium Red Violet

📋 copy color: '#B528A9'

red 181 ◦ green 40 ◦ blue 169

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

Shades of Medium Red Violet #B528A9

Tints of Medium Red Violet #B528A9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.26%

 BLUE value IS 169 (66.41% from 255) = 43.33%

R = 46.41%
G = 10.26%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B528A9 (or 0xB528A9) is known color: Medium Red Violet. HEX triplet: B5, 28 and A9. RGB value is (181,40,169). Sum of RGB (Red+Green+Blue) = 181+40+169=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B528A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B528A9 is #4AD756. Grayscale: #606060. Windows color (decimal): -4904791 or 11086005. OLE color: 11086005.

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

Color convert

RGB 181 40 169 -
CMYK 0 0.78 0.07 0.29
HSL 305.11º 0.64% 0.43% -
HSV(B) 305.11º 0.78% 0.71% -
XYZ 26.98 14.21 38.86 -
YUV 96.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 181 40 169 0 0.78 0.07 0.29 305.11 0.64 0.43
Hex B5 28 A9 0 4E 7 1D 131 40 2B
Octal 265 50 251 0 116 7 35 461 100 53
Binary 10110101 101000 10101001 0 1001110 111 11101 100110001 1000000 101011

Color Harmonies of #B528A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B528A9

Black with #B528A9

Text Example


Text Example

White with #B528A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B528A9; }

 p { color: rgb(181,40,169); }

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

background-color css

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

 a { background-color: rgb(181,40,169); }

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

border-color css

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

 span { border-color: rgb(181,40,169); }

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