#B450C1

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

Shades of Fuchsia #B450C1

Tints of Fuchsia #B450C1

Color information

#B450C1 (or 0xB450C1) is unknown color: approx Fuchsia. HEX triplet: B4, 50 and C1. RGB value is (180,80,193). Sum of RGB (Red+Green+Blue) = 180+80+193=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #B450C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450C1 is #4BAF3E. Grayscale: #7A7A7A. Windows color (decimal): -4960063 or 12669108. OLE color: 12669108.

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

Color convert

RGB18080193-
CMYK0.070.5900.24
HSL293.1º47.68%53.53%-
HSV(B)293.1º58.55%75.69%-
XYZ31.3219.2952.53-
YUV122.78167.63168.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=39.74%
G=17.66%
B=42.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180801930.070.5900.24293.147.6853.53
HexB450C173B0181253036
Octal2641203017730304456066
Binary10110100101000011000001111111011011000100100101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B450C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B450C1; }

 p { color: rgb(180,80,193); }

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

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

 a { background-color: rgb(180,80,193); }

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

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

 span { border-color: rgb(180,80,193); }

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