#B45FBF

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

Shades of Fuchsia #B45FBF

Tints of Fuchsia #B45FBF

Color information

#B45FBF (or 0xB45FBF) is unknown color: approx Fuchsia. HEX triplet: B4, 5F and BF. RGB value is (180,95,191). Sum of RGB (Red+Green+Blue) = 180+95+191=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #B45FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45FBF is #4BA040. Grayscale: #838383. Windows color (decimal): -4956225 or 12541876. OLE color: 12541876.

HSL color Cylindrical-coordinate representation of color #B45FBF: hue angle of 293.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45FBF is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18095191-
CMYK0.060.5000.25
HSL293.12º42.86%56.08%-
HSV(B)293.12º50.26%74.9%-
XYZ32.3221.6551.77-
YUV131.36161.66162.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 95 (37.5% from 255) = 20.39%
BLUE value IS 191 (75% from 255) = 40.99%
R=38.63%
G=20.39%
B=40.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180951910.060.5000.25293.1242.8656.08
HexB45FBF6320191252b38
Octal2641372776620314455370
Binary10110100101111110111111110110010011001100100101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45FBF; }

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

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

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

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

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

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

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

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