Html Css Color HEX #B526AC Medium Red Violet

📋 copy color: '#B526AC'

red 181 ◦ green 38 ◦ blue 172

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

Shades of Medium Red Violet #B526AC

Tints of Medium Red Violet #B526AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 46.29%
G = 9.72%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B526AC (or 0xB526AC) is known color: Medium Red Violet. HEX triplet: B5, 26 and AC. RGB value is (181,38,172). Sum of RGB (Red+Green+Blue) = 181+38+172=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B526AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B526AC is #4AD953. Grayscale: #5F5F5F. Windows color (decimal): -4905300 or 11282101. OLE color: 11282101.

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

Color convert

RGB 181 38 172 -
CMYK 0 0.79 0.05 0.29
HSL 303.78º 0.65% 0.43% -
HSV(B) 303.78º 0.79% 0.71% -
XYZ 27.2 14.19 40.34 -
YUV 96.03 170.88 188.6 -
System Red Green Blue C M Y K H S L
Decimal 181 38 172 0 0.79 0.05 0.29 303.78 0.65 0.43
Hex B5 26 AC 0 4F 5 1D 130 41 2B
Octal 265 46 254 0 117 5 35 460 101 53
Binary 10110101 100110 10101100 0 1001111 101 11101 100110000 1000001 101011

Color Harmonies of #B526AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526AC

Black with #B526AC

Text Example


Text Example

White with #B526AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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