#B62DB4

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

Shades of Fuchsia #B62DB4

Tints of Fuchsia #B62DB4

Color information

#B62DB4 (or 0xB62DB4) is unknown color: approx Fuchsia. HEX triplet: B6, 2D and B4. RGB value is (182,45,180). Sum of RGB (Red+Green+Blue) = 182+45+180=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B62DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DB4 is #49D24B. Grayscale: #646464. Windows color (decimal): -4837964 or 11808182. OLE color: 11808182.

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

Color convert

RGB18245180-
CMYK00.750.010.29
HSL300.88º60.35%44.51%-
HSV(B)300.88º75.27%71.37%-
XYZ28.4715.1244.6-
YUV101.35172.39185.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 45 (17.97% from 255) = 11.06%
BLUE value IS 180 (70.70% from 255) = 44.23%
R=44.72%
G=11.06%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824518000.750.010.29300.8860.3544.51
HexB62DB404B11D12d3c2d
Octal2665526401131354557455
Binary101101101011011011010001001011111101100101101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62DB4; }

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

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

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

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

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

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

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

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