#B572BB

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

Shades of Fuchsia #B572BB

Tints of Fuchsia #B572BB

Color information

#B572BB (or 0xB572BB) is unknown color: approx Fuchsia. HEX triplet: B5, 72 and BB. RGB value is (181,114,187). Sum of RGB (Red+Green+Blue) = 181+114+187=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #B572BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572BB is #4A8D44. Grayscale: #8E8E8E. Windows color (decimal): -4885829 or 12284597. OLE color: 12284597.

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

Color convert

RGB181114187-
CMYK0.030.3900.27
HSL295.07º34.93%59.02%-
HSV(B)295.07º39.04%73.33%-
XYZ34.0425.4550.13-
YUV142.35153.2155.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=37.55%
G=23.65%
B=38.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811141870.030.3900.27295.0734.9359.02
HexB572BB32701B127233b
Octal2651622733470334474373
Binary1011010111100101011101111100111011011100100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B572BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B572BB; }

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

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

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

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

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

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

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

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