#B62DBA

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

Shades of Fuchsia #B62DBA

Tints of Fuchsia #B62DBA

Color information

#B62DBA (or 0xB62DBA) is unknown color: approx Fuchsia. HEX triplet: B6, 2D and BA. RGB value is (182,45,186). Sum of RGB (Red+Green+Blue) = 182+45+186=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #B62DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DBA is #49D245. Grayscale: #656565. Windows color (decimal): -4837958 or 12201398. OLE color: 12201398.

HSL color Cylindrical-coordinate representation of color #B62DBA: hue angle of 298.3º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62DBA is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18245186-
CMYK0.020.7600.27
HSL298.3º61.04%45.29%-
HSV(B)298.3º75.81%72.94%-
XYZ29.0915.3747.89-
YUV102.04175.39185.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 45 (17.97% from 255) = 10.90%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=44.07%
G=10.90%
B=45.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182451860.020.7600.27298.361.0445.29
HexB62DBA24C01B12a3d2d
Octal2665527221140334527555
Binary1011011010110110111010101001100011011100101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62DBA; }

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

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

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

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

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

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

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

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