#B62DB0

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

Shades of Fuchsia #B62DB0

Tints of Fuchsia #B62DB0

Color information

#B62DB0 (or 0xB62DB0) is unknown color: approx Fuchsia. HEX triplet: B6, 2D and B0. RGB value is (182,45,176). Sum of RGB (Red+Green+Blue) = 182+45+176=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B62DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62DB0 is #49D24F. Grayscale: #646464. Windows color (decimal): -4837968 or 11546038. OLE color: 11546038.

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

Color convert

RGB18245176-
CMYK00.750.030.29
HSL302.63º60.35%44.51%-
HSV(B)302.63º75.27%71.37%-
XYZ28.0714.9642.48-
YUV100.9170.39185.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 45 (17.97% from 255) = 11.17%
BLUE value IS 176 (69.14% from 255) = 43.67%
R=45.16%
G=11.17%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824517600.750.030.29302.6360.3544.51
HexB62DB004B31D12f3c2d
Octal2665526001133354577455
Binary1011011010110110110000010010111111101100101111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62DB0; }

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

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

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

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

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

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

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

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