#B446BE

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

Shades of Fuchsia #B446BE

Tints of Fuchsia #B446BE

Color information

#B446BE (or 0xB446BE) is unknown color: approx Fuchsia. HEX triplet: B4, 46 and BE. RGB value is (180,70,190). Sum of RGB (Red+Green+Blue) = 180+70+190=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #B446BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446BE is #4BB941. Grayscale: #747474. Windows color (decimal): -4962626 or 12469940. OLE color: 12469940.

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

Color convert

RGB18070190-
CMYK0.050.6300.25
HSL295º48%50.98%-
HSV(B)295º63.16%74.51%-
XYZ30.3117.850.55-
YUV116.57169.44173.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 70 (27.73% from 255) = 15.91%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=40.91%
G=15.91%
B=43.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180701900.050.6300.252954850.98
HexB446BE53F0191273033
Octal2641062765770314476063
Binary10110100100011010111110101111111011001100100111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B446BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B446BE; }

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

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

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

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

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

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

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

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