#B572BF

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

Shades of Fuchsia #B572BF

Tints of Fuchsia #B572BF

Color information

#B572BF (or 0xB572BF) is unknown color: approx Fuchsia. HEX triplet: B5, 72 and BF. RGB value is (181,114,191). Sum of RGB (Red+Green+Blue) = 181+114+191=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #B572BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572BF is #4A8D40. Grayscale: #8E8E8E. Windows color (decimal): -4885825 or 12546741. OLE color: 12546741.

HSL color Cylindrical-coordinate representation of color #B572BF: hue angle of 292.21º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B572BF is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181114191-
CMYK0.050.4000.25
HSL292.21º37.56%59.8%-
HSV(B)292.21º40.31%74.9%-
XYZ34.4825.6252.42-
YUV142.81155.2155.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 114 (44.92% from 255) = 23.46%
BLUE value IS 191 (75% from 255) = 39.30%
R=37.24%
G=23.46%
B=39.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811141910.050.4000.25292.2137.5659.8
HexB572BF528019124263c
Octal2651622775500314444674
Binary10110101111001010111111101101000011001100100100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B572BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B572BF; }

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

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

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

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

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

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

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

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