#B45EBD

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

Shades of Fuchsia #B45EBD

Tints of Fuchsia #B45EBD

Color information

#B45EBD (or 0xB45EBD) is unknown color: approx Fuchsia. HEX triplet: B4, 5E and BD. RGB value is (180,94,189). Sum of RGB (Red+Green+Blue) = 180+94+189=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #B45EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45EBD is #4BA142. Grayscale: #828282. Windows color (decimal): -4956483 or 12410548. OLE color: 12410548.

HSL color Cylindrical-coordinate representation of color #B45EBD: hue angle of 294.32º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45EBD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18094189-
CMYK0.050.5000.26
HSL294.32º41.85%55.49%-
HSV(B)294.32º50.26%74.12%-
XYZ32.0121.3850.58-
YUV130.54160.99163.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=38.88%
G=20.30%
B=40.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180941890.050.5000.26294.3241.8555.49
HexB45EBD53201A1262a37
Octal2641362755620324465267
Binary10110100101111010111101101110010011010100100110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45EBD; }

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

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

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

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

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

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

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

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