#B553BD

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

Shades of Fuchsia #B553BD

Tints of Fuchsia #B553BD

Color information

#B553BD (or 0xB553BD) is unknown color: approx Fuchsia. HEX triplet: B5, 53 and BD. RGB value is (181,83,189). Sum of RGB (Red+Green+Blue) = 181+83+189=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #B553BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B553BD is #4AAC42. Grayscale: #7C7C7C. Windows color (decimal): -4893763 or 12407733. OLE color: 12407733.

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

Color convert

RGB18183189-
CMYK0.040.5600.26
HSL295.47º44.54%53.33%-
HSV(B)295.47º56.08%74.12%-
XYZ31.3319.6850.29-
YUV124.39164.47168.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 83 (32.81% from 255) = 18.32%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=39.96%
G=18.32%
B=41.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181831890.040.5600.26295.4744.5453.33
HexB553BD43801A1272d35
Octal2651232754700324475565
Binary10110101101001110111101100111000011010100100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B553BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B553BD; }

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

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

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

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

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

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

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

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