Html Css Color HEX #B527AE Fuchsia

📋 copy color: '#B527AE'

red 181 ◦ green 39 ◦ blue 174

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

Shades of Fuchsia #B527AE

Tints of Fuchsia #B527AE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.9%

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 45.94%
G = 9.9%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B527AE (or 0xB527AE) is known color: Fuchsia. HEX triplet: B5, 27 and AE. RGB value is (181,39,174). Sum of RGB (Red+Green+Blue) = 181+39+174=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B527AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B527AE is #4AD851. Grayscale: #606060. Windows color (decimal): -4905042 or 11413429. OLE color: 11413429.

HSL color Cylindrical-coordinate representation of color #B527AE: hue angle of 302.96º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B527AE is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 39 174 -
CMYK 0 0.78 0.04 0.29
HSL 302.96º 0.65% 0.43% -
HSV(B) 302.96º 0.78% 0.71% -
XYZ 27.42 14.33 41.37 -
YUV 96.85 171.54 188.02 -
System Red Green Blue C M Y K H S L
Decimal 181 39 174 0 0.78 0.04 0.29 302.96 0.65 0.43
Hex B5 27 AE 0 4E 4 1D 12F 41 2B
Octal 265 47 256 0 116 4 35 457 101 53
Binary 10110101 100111 10101110 0 1001110 100 11101 100101111 1000001 101011

Color Harmonies of #B527AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B527AE

Black with #B527AE

Text Example


Text Example

White with #B527AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B527AE; }

 p { color: rgb(181,39,174); }

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

background-color css

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

 a { background-color: rgb(181,39,174); }

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

border-color css

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

 span { border-color: rgb(181,39,174); }

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