#B562BA

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

Shades of Fuchsia #B562BA

Tints of Fuchsia #B562BA

Color information

#B562BA (or 0xB562BA) is unknown color: approx Fuchsia. HEX triplet: B5, 62 and BA. RGB value is (181,98,186). Sum of RGB (Red+Green+Blue) = 181+98+186=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #B562BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562BA is #4A9D45. Grayscale: #848484. Windows color (decimal): -4889926 or 12214965. OLE color: 12214965.

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

Color convert

RGB18198186-
CMYK0.030.4700.27
HSL296.59º38.94%55.69%-
HSV(B)296.59º47.31%72.94%-
XYZ32.2922.149.02-
YUV132.85158162.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 98 (38.67% from 255) = 21.08%
BLUE value IS 186 (73.05% from 255) = 40%
R=38.92%
G=21.08%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181981860.030.4700.27296.5938.9455.69
HexB562BA32F01B1292738
Octal2651422723570334514770
Binary1011010111000101011101011101111011011100101001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B562BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B562BA; }

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

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

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

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

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

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

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

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