#B062B4

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

Shades of Fuchsia #B062B4

Tints of Fuchsia #B062B4

Color information

#B062B4 (or 0xB062B4) is unknown color: approx Fuchsia. HEX triplet: B0, 62 and B4. RGB value is (176,98,180). Sum of RGB (Red+Green+Blue) = 176+98+180=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #B062B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062B4 is #4F9D4B. Grayscale: #828282. Windows color (decimal): -5217612 or 11821744. OLE color: 11821744.

HSL color Cylindrical-coordinate representation of color #B062B4: hue angle of 297.07º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B062B4 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17698180-
CMYK0.020.4600.29
HSL297.07º35.34%54.51%-
HSV(B)297.07º45.56%70.59%-
XYZ30.5121.2645.68-
YUV130.67155.84160.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 98 (38.67% from 255) = 21.59%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=38.77%
G=21.59%
B=39.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176981800.020.4600.29297.0735.3454.51
HexB062B422E01D1292337
Octal2601422642560354514367
Binary1011000011000101011010010101110011101100101001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B062B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B062B4; }

 p { color: rgb(176,98,180); }

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

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

 a { background-color: rgb(176,98,180); }

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

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

 span { border-color: rgb(176,98,180); }

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