Html Css Color HEX #B526A6 Medium Red Violet

📋 copy color: '#B526A6'

red 181 ◦ green 38 ◦ blue 166

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

Shades of Medium Red Violet #B526A6

Tints of Medium Red Violet #B526A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.12%

R = 47.01%
G = 9.87%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B526A6 (or 0xB526A6) is known color: Medium Red Violet. HEX triplet: B5, 26 and A6. RGB value is (181,38,166). Sum of RGB (Red+Green+Blue) = 181+38+166=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B526A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B526A6 is #4AD959. Grayscale: #5E5E5E. Windows color (decimal): -4905306 or 10888885. OLE color: 10888885.

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

Color convert

RGB 181 38 166 -
CMYK 0 0.79 0.08 0.29
HSL 306.29º 0.65% 0.43% -
HSV(B) 306.29º 0.79% 0.71% -
XYZ 26.63 13.96 37.37 -
YUV 95.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 181 38 166 0 0.79 0.08 0.29 306.29 0.65 0.43
Hex B5 26 A6 0 4F 8 1D 132 41 2B
Octal 265 46 246 0 117 10 35 462 101 53
Binary 10110101 100110 10100110 0 1001111 1000 11101 100110010 1000001 101011

Color Harmonies of #B526A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526A6

Black with #B526A6

Text Example


Text Example

White with #B526A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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