#B562BE

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

Shades of Fuchsia #B562BE

Tints of Fuchsia #B562BE

Color information

#B562BE (or 0xB562BE) is unknown color: approx Fuchsia. HEX triplet: B5, 62 and BE. RGB value is (181,98,190). Sum of RGB (Red+Green+Blue) = 181+98+190=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #B562BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562BE is #4A9D41. Grayscale: #858585. Windows color (decimal): -4889922 or 12477109. OLE color: 12477109.

HSL color Cylindrical-coordinate representation of color #B562BE: hue angle of 294.13º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B562BE is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18198190-
CMYK0.050.4800.25
HSL294.13º41.44%56.47%-
HSV(B)294.13º48.42%74.51%-
XYZ32.7222.2851.29-
YUV133.3160162.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 98 (38.67% from 255) = 20.90%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=38.59%
G=20.90%
B=40.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181981900.050.4800.25294.1341.4456.47
HexB562BE5300191262938
Octal2651422765600314465170
Binary10110101110001010111110101110000011001100100110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B562BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B562BE; }

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

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

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

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

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

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

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

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