#B362BE

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

Shades of Fuchsia #B362BE

Tints of Fuchsia #B362BE

Color information

#B362BE (or 0xB362BE) is unknown color: approx Fuchsia. HEX triplet: B3, 62 and BE. RGB value is (179,98,190). Sum of RGB (Red+Green+Blue) = 179+98+190=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #B362BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362BE is #4C9D41. Grayscale: #848484. Windows color (decimal): -5020994 or 12477107. OLE color: 12477107.

HSL color Cylindrical-coordinate representation of color #B362BE: hue angle of 292.83º 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 #B362BE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17998190-
CMYK0.060.4800.25
HSL292.83º41.44%56.47%-
HSV(B)292.83º48.42%74.51%-
XYZ32.2522.0451.27-
YUV132.71160.34161.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 98 (38.67% from 255) = 20.99%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=38.33%
G=20.99%
B=40.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179981900.060.4800.25292.8341.4456.47
HexB362BE6300191252938
Octal2631422766600314455170
Binary10110011110001010111110110110000011001100100101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B362BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B362BE; }

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

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

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

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

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

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

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

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