#B045BE

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

Shades of Fuchsia #B045BE

Tints of Fuchsia #B045BE

Color information

#B045BE (or 0xB045BE) is unknown color: approx Fuchsia. HEX triplet: B0, 45 and BE. RGB value is (176,69,190). Sum of RGB (Red+Green+Blue) = 176+69+190=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #B045BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045BE is #4FBA41. Grayscale: #727272. Windows color (decimal): -5225026 or 12469680. OLE color: 12469680.

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

Color convert

RGB17669190-
CMYK0.070.6400.25
HSL293.06º48.21%50.78%-
HSV(B)293.06º63.68%74.51%-
XYZ29.3317.250.49-
YUV114.79170.45171.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 69 (27.34% from 255) = 15.86%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=40.46%
G=15.86%
B=43.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176691900.070.6400.25293.0648.2150.78
HexB045BE7400191253033
Octal26010527671000314456063
Binary101100001000101101111101111000000011001100100101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B045BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B045BE; }

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

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

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

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

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

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

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

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