#B62DB1

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

Shades of Fuchsia #B62DB1

Tints of Fuchsia #B62DB1

Color information

#B62DB1 (or 0xB62DB1) is unknown color: approx Fuchsia. HEX triplet: B6, 2D and B1. RGB value is (182,45,177). Sum of RGB (Red+Green+Blue) = 182+45+177=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B62DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62DB1 is #49D24E. Grayscale: #646464. Windows color (decimal): -4837967 or 11611574. OLE color: 11611574.

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

Color convert

RGB18245177-
CMYK00.750.030.29
HSL302.19º60.35%44.51%-
HSV(B)302.19º75.27%71.37%-
XYZ28.171543.01-
YUV101.01170.89185.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 45 (17.97% from 255) = 11.14%
BLUE value IS 177 (69.53% from 255) = 43.81%
R=45.05%
G=11.14%
B=43.81%

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
Decimal1824517700.750.030.29302.1960.3544.51
HexB62DB104B31D12e3c2d
Octal2665526101133354567455
Binary1011011010110110110001010010111111101100101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62DB1; }

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

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

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

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

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

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

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

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