#B046BE

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

Shades of Fuchsia #B046BE

Tints of Fuchsia #B046BE

Color information

#B046BE (or 0xB046BE) is unknown color: approx Fuchsia. HEX triplet: B0, 46 and BE. RGB value is (176,70,190). Sum of RGB (Red+Green+Blue) = 176+70+190=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #B046BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046BE is #4FB941. Grayscale: #737373. Windows color (decimal): -5224770 or 12469936. OLE color: 12469936.

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

Color convert

RGB17670190-
CMYK0.070.6300.25
HSL293º48%50.98%-
HSV(B)293º63.16%74.51%-
XYZ29.3917.3350.51-
YUV115.37170.12171.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 70 (27.73% from 255) = 16.06%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=40.37%
G=16.06%
B=43.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176701900.070.6300.252934850.98
HexB046BE73F0191253033
Octal2601062767770314456063
Binary10110000100011010111110111111111011001100100101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B046BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B046BE; }

 p { color: rgb(176,70,190); }

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

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

 a { background-color: rgb(176,70,190); }

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

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

 span { border-color: rgb(176,70,190); }

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