#B084CD

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

Shades of East Side #B084CD

Tints of East Side #B084CD

Color information

#B084CD (or 0xB084CD) is unknown color: approx East Side. HEX triplet: B0, 84 and CD. RGB value is (176,132,205). Sum of RGB (Red+Green+Blue) = 176+132+205=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #B084CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084CD is #4F7B32. Grayscale: #999999. Windows color (decimal): -5208883 or 13468848. OLE color: 13468848.

HSL color Cylindrical-coordinate representation of color #B084CD: hue angle of 276.16º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B084CD is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176132205-
CMYK0.140.3600.20
HSL276.16º42.2%66.08%-
HSV(B)276.16º35.61%80.39%-
XYZ37.1830.1461.62-
YUV153.48157.08144.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=34.31%
G=25.73%
B=39.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761322050.140.3600.20276.1642.266.08
HexB084CDE240141142a42
Octal260204315164402442452102
Binary10110000100001001100110111101001000101001000101001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084CD; }

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

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

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

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

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

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

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

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