#B451BD

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

Shades of Fuchsia #B451BD

Tints of Fuchsia #B451BD

Color information

#B451BD (or 0xB451BD) is unknown color: approx Fuchsia. HEX triplet: B4, 51 and BD. RGB value is (180,81,189). Sum of RGB (Red+Green+Blue) = 180+81+189=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #B451BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451BD is #4BAE42. Grayscale: #7A7A7A. Windows color (decimal): -4959811 or 12407220. OLE color: 12407220.

HSL color Cylindrical-coordinate representation of color #B451BD: hue angle of 295º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B451BD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18081189-
CMYK0.050.5700.26
HSL295º45%52.94%-
HSV(B)295º57.14%74.12%-
XYZ30.9519.2650.23-
YUV122.91165.3168.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 81 (32.03% from 255) = 18%
BLUE value IS 189 (74.22% from 255) = 42%
R=40%
G=18%
B=42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180811890.050.5700.262954552.94
HexB451BD53901A1272d35
Octal2641212755710324475565
Binary10110100101000110111101101111001011010100100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B451BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B451BD; }

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

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

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

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

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

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

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

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