#B361BE

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

Shades of Fuchsia #B361BE

Tints of Fuchsia #B361BE

Color information

#B361BE (or 0xB361BE) is unknown color: approx Fuchsia. HEX triplet: B3, 61 and BE. RGB value is (179,97,190). Sum of RGB (Red+Green+Blue) = 179+97+190=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #B361BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361BE is #4C9E41. Grayscale: #838383. Windows color (decimal): -5021250 or 12476851. OLE color: 12476851.

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

Color convert

RGB17997190-
CMYK0.060.4900.25
HSL292.9º41.7%56.27%-
HSV(B)292.9º48.95%74.51%-
XYZ32.1621.8551.24-
YUV132.12160.67161.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 97 (38.28% from 255) = 20.82%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=38.41%
G=20.82%
B=40.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179971900.060.4900.25292.941.756.27
HexB361BE6310191252a38
Octal2631412766610314455270
Binary10110011110000110111110110110001011001100100101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B361BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B361BE; }

 p { color: rgb(179,97,190); }

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

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

 a { background-color: rgb(179,97,190); }

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

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

 span { border-color: rgb(179,97,190); }

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