#B54CC1

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

Shades of Fuchsia #B54CC1

Tints of Fuchsia #B54CC1

Color information

#B54CC1 (or 0xB54CC1) is unknown color: approx Fuchsia. HEX triplet: B5, 4C and C1. RGB value is (181,76,193). Sum of RGB (Red+Green+Blue) = 181+76+193=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #B54CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CC1 is #4AB33E. Grayscale: #787878. Windows color (decimal): -4895551 or 12668085. OLE color: 12668085.

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

Color convert

RGB18176193-
CMYK0.060.6100.24
HSL293.85º48.55%52.75%-
HSV(B)293.85º60.62%75.69%-
XYZ31.2718.8452.44-
YUV120.73168.79170.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 76 (30.08% from 255) = 16.89%
BLUE value IS 193 (75.78% from 255) = 42.89%
R=40.22%
G=16.89%
B=42.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181761930.060.6100.24293.8548.5552.75
HexB54CC163D0181263135
Octal2651143016750304466165
Binary10110101100110011000001110111101011000100100110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54CC1; }

 p { color: rgb(181,76,193); }

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

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

 a { background-color: rgb(181,76,193); }

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

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

 span { border-color: rgb(181,76,193); }

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