Html Css Color HEX #B526A9 Medium Red Violet

📋 copy color: '#B526A9'

red 181 ◦ green 38 ◦ blue 169

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

Shades of Medium Red Violet #B526A9

Tints of Medium Red Violet #B526A9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.79%

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

R = 46.65%
G = 9.79%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B526A9 (or 0xB526A9) is known color: Medium Red Violet. HEX triplet: B5, 26 and A9. RGB value is (181,38,169). Sum of RGB (Red+Green+Blue) = 181+38+169=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 169 (66.41% from 255 or 43.56% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B526A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B526A9 is #4AD956. Grayscale: #5F5F5F. Windows color (decimal): -4905303 or 11085493. OLE color: 11085493.

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

Color convert

RGB 181 38 169 -
CMYK 0 0.79 0.07 0.29
HSL 305.04º 0.65% 0.43% -
HSV(B) 305.04º 0.79% 0.71% -
XYZ 26.91 14.07 38.83 -
YUV 95.69 169.38 188.85 -
System Red Green Blue C M Y K H S L
Decimal 181 38 169 0 0.79 0.07 0.29 305.04 0.65 0.43
Hex B5 26 A9 0 4F 7 1D 131 41 2B
Octal 265 46 251 0 117 7 35 461 101 53
Binary 10110101 100110 10101001 0 1001111 111 11101 100110001 1000001 101011

Color Harmonies of #B526A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526A9

Black with #B526A9

Text Example


Text Example

White with #B526A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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