#B084CF

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

Shades of East Side #B084CF

Tints of East Side #B084CF

Color information

#B084CF (or 0xB084CF) is unknown color: approx East Side. HEX triplet: B0, 84 and CF. RGB value is (176,132,207). Sum of RGB (Red+Green+Blue) = 176+132+207=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #B084CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084CF is #4F7B30. Grayscale: #999999. Windows color (decimal): -5208881 or 13599920. OLE color: 13599920.

HSL color Cylindrical-coordinate representation of color #B084CF: hue angle of 275.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B084CF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176132207-
CMYK0.150.3600.19
HSL275.2º43.86%66.47%-
HSV(B)275.2º36.23%81.18%-
XYZ37.4230.2462.9-
YUV153.71158.08143.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=34.17%
G=25.63%
B=40.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761322070.150.3600.19275.243.8666.47
HexB084CFF240131132c42
Octal260204317174402342354102
Binary10110000100001001100111111111001000100111000100111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084CF; }

 p { color: rgb(176,132,207); }

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

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

 a { background-color: rgb(176,132,207); }

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

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

 span { border-color: rgb(176,132,207); }

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