#B45BBF

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

Shades of Fuchsia #B45BBF

Tints of Fuchsia #B45BBF

Color information

#B45BBF (or 0xB45BBF) is unknown color: approx Fuchsia. HEX triplet: B4, 5B and BF. RGB value is (180,91,191). Sum of RGB (Red+Green+Blue) = 180+91+191=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #B45BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BBF is #4BA440. Grayscale: #808080. Windows color (decimal): -4957249 or 12540852. OLE color: 12540852.

HSL color Cylindrical-coordinate representation of color #B45BBF: hue angle of 293.4º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45BBF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18091191-
CMYK0.060.5200.25
HSL293.4º43.86%55.29%-
HSV(B)293.4º52.36%74.9%-
XYZ31.9720.9551.65-
YUV129.01162.99164.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 91 (35.94% from 255) = 19.70%
BLUE value IS 191 (75% from 255) = 41.34%
R=38.96%
G=19.70%
B=41.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180911910.060.5200.25293.443.8655.29
HexB45BBF6340191252c37
Octal2641332776640314455467
Binary10110100101101110111111110110100011001100100101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45BBF; }

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

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

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

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

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

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

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

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