#B562B2

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

Shades of Fuchsia #B562B2

Tints of Fuchsia #B562B2

Color information

#B562B2 (or 0xB562B2) is unknown color: approx Fuchsia. HEX triplet: B5, 62 and B2. RGB value is (181,98,178). Sum of RGB (Red+Green+Blue) = 181+98+178=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B562B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B562B2 is #4A9D4D. Grayscale: #838383. Windows color (decimal): -4889934 or 11690677. OLE color: 11690677.

HSL color Cylindrical-coordinate representation of color #B562B2: hue angle of 302.17º degrees, saturation: 0.36, 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 #B562B2 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18198178-
CMYK00.460.020.29
HSL302.17º35.93%54.71%-
HSV(B)302.17º45.86%70.98%-
XYZ31.4621.7744.66-
YUV131.94154163-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=39.61%
G=21.44%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819817800.460.020.29302.1735.9354.71
HexB562B202E21D12e2437
Octal2651422620562354564467
Binary1011010111000101011001001011101011101100101110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B562B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B562B2; }

 p { color: rgb(181,98,178); }

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

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

 a { background-color: rgb(181,98,178); }

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

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

 span { border-color: rgb(181,98,178); }

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