#B427B1

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

Shades of Fuchsia #B427B1

Tints of Fuchsia #B427B1

Color information

#B427B1 (or 0xB427B1) is unknown color: approx Fuchsia. HEX triplet: B4, 27 and B1. RGB value is (180,39,177). Sum of RGB (Red+Green+Blue) = 180+39+177=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B427B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B427B1 is #4BD84E. Grayscale: #606060. Windows color (decimal): -4970575 or 11610036. OLE color: 11610036.

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

Color convert

RGB18039177-
CMYK00.780.020.29
HSL301.28º64.38%42.94%-
HSV(B)301.28º78.33%70.59%-
XYZ27.4814.3342.91-
YUV96.89173.21187.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 39 (15.62% from 255) = 9.85%
BLUE value IS 177 (69.53% from 255) = 44.70%
R=45.45%
G=9.85%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803917700.780.020.29301.2864.3842.94
HexB427B104E21D12d402b
Octal26447261011623545510053
Binary10110100100111101100010100111010111011001011011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B427B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B427B1; }

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

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

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

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

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

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

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

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