#B570BD

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

Shades of Fuchsia #B570BD

Tints of Fuchsia #B570BD

Color information

#B570BD (or 0xB570BD) is unknown color: approx Fuchsia. HEX triplet: B5, 70 and BD. RGB value is (181,112,189). Sum of RGB (Red+Green+Blue) = 181+112+189=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #B570BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570BD is #4A8F42. Grayscale: #8D8D8D. Windows color (decimal): -4886339 or 12415157. OLE color: 12415157.

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

Color convert

RGB181112189-
CMYK0.040.4100.26
HSL293.77º36.84%59.02%-
HSV(B)293.77º40.74%74.12%-
XYZ34.0425.0951.19-
YUV141.41154.86156.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 112 (44.14% from 255) = 23.24%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=37.55%
G=23.24%
B=39.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811121890.040.4100.26293.7736.8459.02
HexB570BD42901A126253b
Octal2651602754510324464573
Binary10110101111000010111101100101001011010100100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B570BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B570BD; }

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

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

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

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

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

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

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

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