Html Css Color HEX #B523A3 Medium Red Violet

📋 copy color: '#B523A3'

red 181 ◦ green 35 ◦ blue 163

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

Shades of Medium Red Violet #B523A3

Tints of Medium Red Violet #B523A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.01%

R = 47.76%
G = 9.23%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B523A3 (or 0xB523A3) is known color: Medium Red Violet. HEX triplet: B5, 23 and A3. RGB value is (181,35,163). Sum of RGB (Red+Green+Blue) = 181+35+163=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B523A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B523A3 is #4ADC5C. Grayscale: #5C5C5C. Windows color (decimal): -4906077 or 10691509. OLE color: 10691509.

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

Color convert

RGB 181 35 163 -
CMYK 0 0.81 0.10 0.29
HSL 307.4º 0.68% 0.42% -
HSV(B) 307.4º 0.81% 0.71% -
XYZ 26.27 13.67 35.9 -
YUV 93.25 167.37 190.59 -
System Red Green Blue C M Y K H S L
Decimal 181 35 163 0 0.81 0.10 0.29 307.4 0.68 0.42
Hex B5 23 A3 0 51 A 1D 133 44 2A
Octal 265 43 243 0 121 12 35 463 104 52
Binary 10110101 100011 10100011 0 1010001 1010 11101 100110011 1000100 101010

Color Harmonies of #B523A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B523A3

Black with #B523A3

Text Example


Text Example

White with #B523A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B523A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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