#B58FCF

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

Shades of East Side #B58FCF

Tints of East Side #B58FCF

Color information

#B58FCF (or 0xB58FCF) is unknown color: approx East Side. HEX triplet: B5, 8F and CF. RGB value is (181,143,207). Sum of RGB (Red+Green+Blue) = 181+143+207=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #B58FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FCF is #4A7030. Grayscale: #A1A1A1. Windows color (decimal): -4878385 or 13602741. OLE color: 13602741.

HSL color Cylindrical-coordinate representation of color #B58FCF: hue angle of 275.62º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B58FCF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181143207-
CMYK0.130.3100.19
HSL275.62º40%68.63%-
HSV(B)275.62º30.92%81.18%-
XYZ40.1433.9763.47-
YUV161.66153.59141.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=34.09%
G=26.93%
B=38.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811432070.130.3100.19275.624068.63
HexB58FCFD1F0131142845
Octal265217317153702342450105
Binary1011010110001111110011111101111110100111000101001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FCF; }

 p { color: rgb(181,143,207); }

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

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

 a { background-color: rgb(181,143,207); }

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

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

 span { border-color: rgb(181,143,207); }

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