#B562BB

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

Shades of Fuchsia #B562BB

Tints of Fuchsia #B562BB

Color information

#B562BB (or 0xB562BB) is unknown color: approx Fuchsia. HEX triplet: B5, 62 and BB. RGB value is (181,98,187). Sum of RGB (Red+Green+Blue) = 181+98+187=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #B562BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562BB is #4A9D44. Grayscale: #848484. Windows color (decimal): -4889925 or 12280501. OLE color: 12280501.

HSL color Cylindrical-coordinate representation of color #B562BB: hue angle of 295.96º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B562BB is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18198187-
CMYK0.030.4800.27
HSL295.96º39.56%55.88%-
HSV(B)295.96º47.59%73.33%-
XYZ32.3922.1549.58-
YUV132.96158.5162.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 98 (38.67% from 255) = 21.03%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=38.84%
G=21.03%
B=40.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181981870.030.4800.27295.9639.5655.88
HexB562BB33001B1282838
Octal2651422733600334505070
Binary1011010111000101011101111110000011011100101000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B562BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B562BB; }

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

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

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

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

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

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

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

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