#B45BBE

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

Shades of Fuchsia #B45BBE

Tints of Fuchsia #B45BBE

Color information

#B45BBE (or 0xB45BBE) is unknown color: approx Fuchsia. HEX triplet: B4, 5B and BE. RGB value is (180,91,190). Sum of RGB (Red+Green+Blue) = 180+91+190=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #B45BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BBE is #4BA441. Grayscale: #808080. Windows color (decimal): -4957250 or 12475316. OLE color: 12475316.

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

Color convert

RGB18091190-
CMYK0.050.5200.25
HSL293.94º43.23%55.1%-
HSV(B)293.94º52.11%74.51%-
XYZ31.8620.951.07-
YUV128.9162.49164.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 91 (35.94% from 255) = 19.74%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=39.05%
G=19.74%
B=41.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180911900.050.5200.25293.9443.2355.1
HexB45BBE5340191262b37
Octal2641332765640314465367
Binary10110100101101110111110101110100011001100100110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45BBE; }

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

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

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

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

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

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

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

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