#B550BD

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

Shades of Fuchsia #B550BD

Tints of Fuchsia #B550BD

Color information

#B550BD (or 0xB550BD) is unknown color: approx Fuchsia. HEX triplet: B5, 50 and BD. RGB value is (181,80,189). Sum of RGB (Red+Green+Blue) = 181+80+189=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 80 (31.64% from 255 or 17.78% 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 #B550BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550BD is #4AAF42. Grayscale: #7A7A7A. Windows color (decimal): -4894531 or 12406965. OLE color: 12406965.

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

Color convert

RGB18180189-
CMYK0.040.5800.26
HSL295.6º45.23%52.75%-
HSV(B)295.6º57.67%74.12%-
XYZ31.1119.2450.22-
YUV122.62165.46169.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 80 (31.64% from 255) = 17.78%
BLUE value IS 189 (74.22% from 255) = 42%
R=40.22%
G=17.78%
B=42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181801890.040.5800.26295.645.2352.75
HexB550BD43A01A1282d35
Octal2651202754720324505565
Binary10110101101000010111101100111010011010100101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550BD; }

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

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

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

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

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

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

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

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