#B451BE

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

Shades of Fuchsia #B451BE

Tints of Fuchsia #B451BE

Color information

#B451BE (or 0xB451BE) is unknown color: approx Fuchsia. HEX triplet: B4, 51 and BE. RGB value is (180,81,190). Sum of RGB (Red+Green+Blue) = 180+81+190=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #B451BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451BE is #4BAE41. Grayscale: #7A7A7A. Windows color (decimal): -4959810 or 12472756. OLE color: 12472756.

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

Color convert

RGB18081190-
CMYK0.050.5700.25
HSL294.5º45.61%53.14%-
HSV(B)294.5º57.37%74.51%-
XYZ31.0619.3150.8-
YUV123.03165.8168.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 81 (32.03% from 255) = 17.96%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=39.91%
G=17.96%
B=42.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180811900.050.5700.25294.545.6153.14
HexB451BE5390191262e35
Octal2641212765710314465665
Binary10110100101000110111110101111001011001100100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B451BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B451BE; }

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

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

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

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

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

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

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

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