#B572BD

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

Shades of Fuchsia #B572BD

Tints of Fuchsia #B572BD

Color information

#B572BD (or 0xB572BD) is unknown color: approx Fuchsia. HEX triplet: B5, 72 and BD. RGB value is (181,114,189). Sum of RGB (Red+Green+Blue) = 181+114+189=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #B572BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572BD is #4A8D42. Grayscale: #8E8E8E. Windows color (decimal): -4885827 or 12415669. OLE color: 12415669.

HSL color Cylindrical-coordinate representation of color #B572BD: hue angle of 293.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B572BD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181114189-
CMYK0.040.4000.26
HSL293.6º36.23%59.41%-
HSV(B)293.6º39.68%74.12%-
XYZ34.2625.5351.27-
YUV142.58154.2155.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 114 (44.92% from 255) = 23.55%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=37.40%
G=23.55%
B=39.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811141890.040.4000.26293.636.2359.41
HexB572BD42801A126243b
Octal2651622754500324464473
Binary10110101111001010111101100101000011010100100110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B572BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B572BD; }

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

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

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

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

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

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

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

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