Html Css Color HEX #B527AD Fuchsia

📋 copy color: '#B527AD'

red 181 ◦ green 39 ◦ blue 173

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

Shades of Fuchsia #B527AD

Tints of Fuchsia #B527AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 46.06%
G = 9.92%
B = 44.02%

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

#B527AD (or 0xB527AD) is known color: Fuchsia. HEX triplet: B5, 27 and AD. RGB value is (181,39,173). Sum of RGB (Red+Green+Blue) = 181+39+173=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B527AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B527AD is #4AD852. Grayscale: #606060. Windows color (decimal): -4905043 or 11347893. OLE color: 11347893.

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

Color convert

RGB 181 39 173 -
CMYK 0 0.78 0.04 0.29
HSL 303.38º 0.65% 0.43% -
HSV(B) 303.38º 0.78% 0.71% -
XYZ 27.32 14.29 40.85 -
YUV 96.73 171.04 188.1 -
System Red Green Blue C M Y K H S L
Decimal 181 39 173 0 0.78 0.04 0.29 303.38 0.65 0.43
Hex B5 27 AD 0 4E 4 1D 12F 41 2B
Octal 265 47 255 0 116 4 35 457 101 53
Binary 10110101 100111 10101101 0 1001110 100 11101 100101111 1000001 101011

Color Harmonies of #B527AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B527AD

Black with #B527AD

Text Example


Text Example

White with #B527AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B527AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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