Html Css Color HEX #B525AC Medium Red Violet

📋 copy color: '#B525AC'

red 181 ◦ green 37 ◦ blue 172

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

Shades of Medium Red Violet #B525AC

Tints of Medium Red Violet #B525AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.49%

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

R = 46.41%
G = 9.49%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B525AC (or 0xB525AC) is known color: Medium Red Violet. HEX triplet: B5, 25 and AC. RGB value is (181,37,172). Sum of RGB (Red+Green+Blue) = 181+37+172=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B525AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B525AC is #4ADA53. Grayscale: #5F5F5F. Windows color (decimal): -4905556 or 11281845. OLE color: 11281845.

HSL color Cylindrical-coordinate representation of color #B525AC: hue angle of 303.75º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B525AC is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 37 172 -
CMYK 0 0.80 0.05 0.29
HSL 303.75º 0.66% 0.43% -
HSV(B) 303.75º 0.8% 0.71% -
XYZ 27.16 14.13 40.32 -
YUV 95.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 181 37 172 0 0.80 0.05 0.29 303.75 0.66 0.43
Hex B5 25 AC 0 50 5 1D 130 42 2B
Octal 265 45 254 0 120 5 35 460 102 53
Binary 10110101 100101 10101100 0 1010000 101 11101 100110000 1000010 101011

Color Harmonies of #B525AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525AC

Black with #B525AC

Text Example


Text Example

White with #B525AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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