#B458C2

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

Shades of Fuchsia #B458C2

Tints of Fuchsia #B458C2

Color information

#B458C2 (or 0xB458C2) is unknown color: approx Fuchsia. HEX triplet: B4, 58 and C2. RGB value is (180,88,194). Sum of RGB (Red+Green+Blue) = 180+88+194=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 194 - color contains mainly: blue. Hex color #B458C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458C2 is #4BA73D. Grayscale: #7F7F7F. Windows color (decimal): -4958014 or 12736692. OLE color: 12736692.

HSL color Cylindrical-coordinate representation of color #B458C2: hue angle of 292.08º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B458C2 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18088194-
CMYK0.070.5500.24
HSL292.08º46.49%55.29%-
HSV(B)292.08º54.64%76.08%-
XYZ32.0520.5853.32-
YUV127.59165.48165.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 88 (34.77% from 255) = 19.05%
BLUE value IS 194 (76.17% from 255) = 41.99%
R=38.96%
G=19.05%
B=41.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180881940.070.5500.24292.0846.4955.29
HexB458C27370181242e37
Octal2641303027670304445667
Binary10110100101100011000010111110111011000100100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B458C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B458C2; }

 p { color: rgb(180,88,194); }

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

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

 a { background-color: rgb(180,88,194); }

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

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

 span { border-color: rgb(180,88,194); }

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