#B58FC4

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

Shades of East Side #B58FC4

Tints of East Side #B58FC4

Color information

#B58FC4 (or 0xB58FC4) is unknown color: approx East Side. HEX triplet: B5, 8F and C4. RGB value is (181,143,196). Sum of RGB (Red+Green+Blue) = 181+143+196=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #B58FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FC4 is #4A703B. Grayscale: #A0A0A0. Windows color (decimal): -4878396 or 12881845. OLE color: 12881845.

HSL color Cylindrical-coordinate representation of color #B58FC4: hue angle of 283.02º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B58FC4 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB181143196-
CMYK0.080.2700.23
HSL283.02º30.99%66.47%-
HSV(B)283.02º27.04%76.86%-
XYZ38.8433.4556.63-
YUV160.4148.09142.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=34.81%
G=27.5%
B=37.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811431960.080.2700.23283.0230.9966.47
HexB58FC481B01711b1f42
Octal265217304103302743337102
Binary101101011000111111000100100011011010111100011011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FC4; }

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

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

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

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

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

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

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

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