#B45FBB

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

Shades of Fuchsia #B45FBB

Tints of Fuchsia #B45FBB

Color information

#B45FBB (or 0xB45FBB) is unknown color: approx Fuchsia. HEX triplet: B4, 5F and BB. RGB value is (180,95,187). Sum of RGB (Red+Green+Blue) = 180+95+187=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #B45FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45FBB is #4BA044. Grayscale: #828282. Windows color (decimal): -4956229 or 12279732. OLE color: 12279732.

HSL color Cylindrical-coordinate representation of color #B45FBB: hue angle of 295.43º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45FBB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18095187-
CMYK0.040.4900.27
HSL295.43º40.35%55.29%-
HSV(B)295.43º49.2%73.33%-
XYZ31.8821.4849.48-
YUV130.9159.66163.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 95 (37.5% from 255) = 20.56%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=38.96%
G=20.56%
B=40.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180951870.040.4900.27295.4340.3555.29
HexB45FBB43101B1272837
Octal2641372734610334475067
Binary10110100101111110111011100110001011011100100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45FBB; }

 p { color: rgb(180,95,187); }

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

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

 a { background-color: rgb(180,95,187); }

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

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

 span { border-color: rgb(180,95,187); }

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