Html Css Color HEX #B523AC Medium Red Violet

📋 copy color: '#B523AC'

red 181 ◦ green 35 ◦ blue 172

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

Shades of Medium Red Violet #B523AC

Tints of Medium Red Violet #B523AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.02%

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

R = 46.65%
G = 9.02%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B523AC (or 0xB523AC) is known color: Medium Red Violet. HEX triplet: B5, 23 and AC. RGB value is (181,35,172). Sum of RGB (Red+Green+Blue) = 181+35+172=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B523AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B523AC is #4ADC53. Grayscale: #5D5D5D. Windows color (decimal): -4906068 or 11281333. OLE color: 11281333.

HSL color Cylindrical-coordinate representation of color #B523AC: hue angle of 303.7º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B523AC is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 35 172 -
CMYK 0 0.81 0.05 0.29
HSL 303.7º 0.68% 0.42% -
HSV(B) 303.7º 0.81% 0.71% -
XYZ 27.1 14 40.3 -
YUV 94.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 181 35 172 0 0.81 0.05 0.29 303.7 0.68 0.42
Hex B5 23 AC 0 51 5 1D 130 44 2A
Octal 265 43 254 0 121 5 35 460 104 52
Binary 10110101 100011 10101100 0 1010001 101 11101 100110000 1000100 101010

Color Harmonies of #B523AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B523AC

Black with #B523AC

Text Example


Text Example

White with #B523AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B523AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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