#B550C0

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

Shades of Fuchsia #B550C0

Tints of Fuchsia #B550C0

Color information

#B550C0 (or 0xB550C0) is unknown color: approx Fuchsia. HEX triplet: B5, 50 and C0. RGB value is (181,80,192). Sum of RGB (Red+Green+Blue) = 181+80+192=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #B550C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550C0 is #4AAF3F. Grayscale: #7A7A7A. Windows color (decimal): -4894528 or 12603573. OLE color: 12603573.

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

Color convert

RGB18180192-
CMYK0.060.5800.25
HSL294.11º47.06%53.33%-
HSV(B)294.11º58.33%75.29%-
XYZ31.4419.3751.95-
YUV122.97166.96169.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 192 (75.39% from 255) = 42.38%
R=39.96%
G=17.66%
B=42.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181801920.060.5800.25294.1147.0653.33
HexB550C063A0191262f35
Octal2651203006720314465765
Binary10110101101000011000000110111010011001100100110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550C0; }

 p { color: rgb(181,80,192); }

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

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

 a { background-color: rgb(181,80,192); }

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

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

 span { border-color: rgb(181,80,192); }

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