#B552BB

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

Shades of Fuchsia #B552BB

Tints of Fuchsia #B552BB

Color information

#B552BB (or 0xB552BB) is unknown color: approx Fuchsia. HEX triplet: B5, 52 and BB. RGB value is (181,82,187). Sum of RGB (Red+Green+Blue) = 181+82+187=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #B552BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552BB is #4AAD44. Grayscale: #7B7B7B. Windows color (decimal): -4894021 or 12276405. OLE color: 12276405.

HSL color Cylindrical-coordinate representation of color #B552BB: hue angle of 296.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B552BB is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18182187-
CMYK0.030.5600.27
HSL296.57º43.57%52.75%-
HSV(B)296.57º56.15%73.33%-
XYZ31.0419.4549.13-
YUV123.57163.8168.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 82 (32.42% from 255) = 18.22%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=40.22%
G=18.22%
B=41.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181821870.030.5600.27296.5743.5752.75
HexB552BB33801B1292c35
Octal2651222733700334515465
Binary1011010110100101011101111111000011011100101001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B552BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B552BB; }

 p { color: rgb(181,82,187); }

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

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

 a { background-color: rgb(181,82,187); }

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

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

 span { border-color: rgb(181,82,187); }

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