#B62DAE

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

Shades of Fuchsia #B62DAE

Tints of Fuchsia #B62DAE

Color information

#B62DAE (or 0xB62DAE) is unknown color: approx Fuchsia. HEX triplet: B6, 2D and AE. RGB value is (182,45,174). Sum of RGB (Red+Green+Blue) = 182+45+174=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B62DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62DAE is #49D251. Grayscale: #646464. Windows color (decimal): -4837970 or 11414966. OLE color: 11414966.

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

Color convert

RGB18245174-
CMYK00.750.040.29
HSL303.5º60.35%44.51%-
HSV(B)303.5º75.27%71.37%-
XYZ27.8714.8841.45-
YUV100.67169.39186.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 45 (17.97% from 255) = 11.22%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=45.39%
G=11.22%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824517400.750.040.29303.560.3544.51
HexB62DAE04B41D1303c2d
Octal2665525601134354607455
Binary10110110101101101011100100101110011101100110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62DAE; }

 p { color: rgb(182,45,174); }

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

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

 a { background-color: rgb(182,45,174); }

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

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

 span { border-color: rgb(182,45,174); }

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