#B678CE

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

Shades of East Side #B678CE

Tints of East Side #B678CE

Color information

#B678CE (or 0xB678CE) is unknown color: approx East Side. HEX triplet: B6, 78 and CE. RGB value is (182,120,206). Sum of RGB (Red+Green+Blue) = 182+120+206=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #B678CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B678CE is #498731. Grayscale: #949494. Windows color (decimal): -4818738 or 13531318. OLE color: 13531318.

HSL color Cylindrical-coordinate representation of color #B678CE: hue angle of 283.26º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B678CE is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182120206-
CMYK0.120.4200.19
HSL283.26º46.74%63.92%-
HSV(B)283.26º41.75%80.78%-
XYZ37.1527.8361.81-
YUV148.34160.54152.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 120 (47.27% from 255) = 23.62%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=35.83%
G=23.62%
B=40.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821202060.120.4200.19283.2646.7463.92
HexB678CEC2A01311b2f40
Octal266170316145202343357100
Binary1011011011110001100111011001010100100111000110111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B678CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B678CE; }

 p { color: rgb(182,120,206); }

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

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

 a { background-color: rgb(182,120,206); }

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

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

 span { border-color: rgb(182,120,206); }

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