#B427AD

Color #B427AD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B427AD

Tints of Fuchsia #B427AD

Color information

#B427AD (or 0xB427AD) is unknown color: approx Fuchsia. HEX triplet: B4, 27 and AD. RGB value is (180,39,173). Sum of RGB (Red+Green+Blue) = 180+39+173=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B427AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B427AD is #4BD852. Grayscale: #606060. Windows color (decimal): -4970579 or 11347892. OLE color: 11347892.

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

Color convert

RGB18039173-
CMYK00.780.040.29
HSL302.98º64.38%42.94%-
HSV(B)302.98º78.33%70.59%-
XYZ27.0914.1740.84-
YUV96.44171.21187.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 39 (15.62% from 255) = 9.95%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=45.92%
G=9.95%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803917300.780.040.29302.9864.3842.94
HexB427AD04E41D12f402b
Octal26447255011643545710053
Binary101101001001111010110101001110100111011001011111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B427AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B427AD; }

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

 H1.HeaderClassName
 {
   color: #B427AD;
 }
 .AnyTagClassName
 {
   color: #B427AD;
 }
</style>
background-color css

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

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

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

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

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

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