#B62BBA

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

Shades of Fuchsia #B62BBA

Tints of Fuchsia #B62BBA

Color information

#B62BBA (or 0xB62BBA) is unknown color: approx Fuchsia. HEX triplet: B6, 2B and BA. RGB value is (182,43,186). Sum of RGB (Red+Green+Blue) = 182+43+186=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #B62BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BBA is #49D445. Grayscale: #646464. Windows color (decimal): -4838470 or 12200886. OLE color: 12200886.

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

Color convert

RGB18243186-
CMYK0.020.7700.27
HSL298.32º62.45%44.9%-
HSV(B)298.32º76.88%72.94%-
XYZ29.0215.2247.86-
YUV100.86176.05185.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.28%
GREEN value IS 43 (17.19% from 255) = 10.46%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=44.28%
G=10.46%
B=45.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182431860.020.7700.27298.3262.4544.9
HexB62BBA24D01B12a3e2d
Octal2665327221150334527655
Binary1011011010101110111010101001101011011100101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62BBA; }

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

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

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

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

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

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

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

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