#B45EBE

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

Shades of Fuchsia #B45EBE

Tints of Fuchsia #B45EBE

Color information

#B45EBE (or 0xB45EBE) is unknown color: approx Fuchsia. HEX triplet: B4, 5E and BE. RGB value is (180,94,190). Sum of RGB (Red+Green+Blue) = 180+94+190=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #B45EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45EBE is #4BA141. Grayscale: #828282. Windows color (decimal): -4956482 or 12476084. OLE color: 12476084.

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

Color convert

RGB18094190-
CMYK0.050.5100.25
HSL293.75º42.48%55.69%-
HSV(B)293.75º50.53%74.51%-
XYZ32.1221.4351.16-
YUV130.66161.49163.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 94 (37.11% from 255) = 20.26%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=38.79%
G=20.26%
B=40.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180941900.050.5100.25293.7542.4855.69
HexB45EBE5330191262a38
Octal2641362765630314465270
Binary10110100101111010111110101110011011001100100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45EBE; }

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

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

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

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

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

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

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

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