#b453c3

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

Shades of Fuchsia #B453C3

Tints of Fuchsia #B453C3

Color information

#B453C3 (or 0xB453C3) is unknown color: approx Fuchsia. HEX triplet: B4, 53 and C3. RGB value is (180,83,195). Sum of RGB (Red+Green+Blue) = 180+83+195=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #B453C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453C3 is #4BAC3C. Grayscale: #7C7C7C. Windows color (decimal): -4959293 or 12800948. OLE color: 12800948.

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

Color convert

RGB18083195-
CMYK0.080.5700.24
HSL291.96º48.28%54.51%-
HSV(B)291.96º57.44%76.47%-
XYZ31.7719.8353.78-
YUV124.77167.64167.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 83 (32.81% from 255) = 18.12%
BLUE value IS 195 (76.56% from 255) = 42.58%
R=39.30%
G=18.12%
B=42.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180831950.080.5700.24291.9648.2854.51
HexB453C38390181243037
Octal26412330310710304446067
Binary101101001010011110000111000111001011000100100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b453c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b453c3; }

 p { color: rgb(180,83,195); }

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

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

 a { background-color: rgb(180,83,195); }

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

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

 span { border-color: rgb(180,83,195); }

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