#B62CBA

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

Shades of Fuchsia #B62CBA

Tints of Fuchsia #B62CBA

Color information

#B62CBA (or 0xB62CBA) is unknown color: approx Fuchsia. HEX triplet: B6, 2C and BA. RGB value is (182,44,186). Sum of RGB (Red+Green+Blue) = 182+44+186=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #B62CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62CBA is #49D345. Grayscale: #656565. Windows color (decimal): -4838214 or 12201142. OLE color: 12201142.

HSL color Cylindrical-coordinate representation of color #B62CBA: hue angle of 298.31º degrees, saturation: 0.62, 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 #B62CBA is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18244186-
CMYK0.020.7600.27
HSL298.31º61.74%45.1%-
HSV(B)298.31º76.34%72.94%-
XYZ29.0615.2947.87-
YUV101.45175.72185.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.17%
GREEN value IS 44 (17.58% from 255) = 10.68%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=44.17%
G=10.68%
B=45.15%

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
Decimal182441860.020.7600.27298.3161.7445.1
HexB62CBA24C01B12a3e2d
Octal2665427221140334527655
Binary1011011010110010111010101001100011011100101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62CBA; }

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

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

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

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

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

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

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

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