#B450BA

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

Shades of Fuchsia #B450BA

Tints of Fuchsia #B450BA

Color information

#B450BA (or 0xB450BA) is unknown color: approx Fuchsia. HEX triplet: B4, 50 and BA. RGB value is (180,80,186). Sum of RGB (Red+Green+Blue) = 180+80+186=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #B450BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450BA is #4BAF45. Grayscale: #797979. Windows color (decimal): -4960070 or 12210356. OLE color: 12210356.

HSL color Cylindrical-coordinate representation of color #B450BA: hue angle of 296.6º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B450BA is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18080186-
CMYK0.030.5700.27
HSL296.6º43.44%52.16%-
HSV(B)296.6º56.99%72.94%-
XYZ30.5518.9948.51-
YUV121.98164.13169.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 80 (31.64% from 255) = 17.94%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=40.36%
G=17.94%
B=41.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180801860.030.5700.27296.643.4452.16
HexB450BA33901B1292b34
Octal2641202723710334515364
Binary1011010010100001011101011111001011011100101001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B450BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B450BA; }

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

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

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

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

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

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

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

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