#B369BE

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

Shades of Fuchsia #B369BE

Tints of Fuchsia #B369BE

Color information

#B369BE (or 0xB369BE) is unknown color: approx Fuchsia. HEX triplet: B3, 69 and BE. RGB value is (179,105,190). Sum of RGB (Red+Green+Blue) = 179+105+190=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #B369BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369BE is #4C9641. Grayscale: #888888. Windows color (decimal): -5019202 or 12478899. OLE color: 12478899.

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

Color convert

RGB179105190-
CMYK0.060.4500.25
HSL292.24º39.53%57.84%-
HSV(B)292.24º44.74%74.51%-
XYZ32.9423.451.5-
YUV136.82158.02158.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 105 (41.41% from 255) = 22.15%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=37.76%
G=22.15%
B=40.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791051900.060.4500.25292.2439.5357.84
HexB369BE62D019124283a
Octal2631512766550314445072
Binary10110011110100110111110110101101011001100100100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369BE; }

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

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

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

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

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

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

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

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