#B451C3

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

Shades of Fuchsia #B451C3

Tints of Fuchsia #B451C3

Color information

#B451C3 (or 0xB451C3) is unknown color: approx Fuchsia. HEX triplet: B4, 51 and C3. RGB value is (180,81,195). Sum of RGB (Red+Green+Blue) = 180+81+195=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #B451C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451C3 is #4BAE3C. Grayscale: #7B7B7B. Windows color (decimal): -4959805 or 12800436. OLE color: 12800436.

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

Color convert

RGB18081195-
CMYK0.080.5800.24
HSL292.11º48.72%54.12%-
HSV(B)292.11º58.46%76.47%-
XYZ31.6219.5353.73-
YUV123.6168.3168.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 81 (32.03% from 255) = 17.76%
BLUE value IS 195 (76.56% from 255) = 42.76%
R=39.47%
G=17.76%
B=42.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180811950.080.5800.24292.1148.7254.12
HexB451C383A0181243136
Octal26412130310720304446166
Binary101101001010001110000111000111010011000100100100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B451C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B451C3; }

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

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

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

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

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

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

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

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