#B68FC4

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

Shades of East Side #B68FC4

Tints of East Side #B68FC4

Color information

#B68FC4 (or 0xB68FC4) is unknown color: approx East Side. HEX triplet: B6, 8F and C4. RGB value is (182,143,196). Sum of RGB (Red+Green+Blue) = 182+143+196=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #B68FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FC4 is #49703B. Grayscale: #A0A0A0. Windows color (decimal): -4812860 or 12881846. OLE color: 12881846.

HSL color Cylindrical-coordinate representation of color #B68FC4: hue angle of 284.15º 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 #B68FC4 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB182143196-
CMYK0.070.2700.23
HSL284.15º30.99%66.47%-
HSV(B)284.15º27.04%76.86%-
XYZ39.0833.5856.65-
YUV160.7147.92143.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 196 (76.95% from 255) = 37.62%
R=34.93%
G=27.45%
B=37.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821431960.070.2700.23284.1530.9966.47
HexB68FC471B01711c1f42
Octal26621730473302743437102
Binary10110110100011111100010011111011010111100011100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68FC4; }

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

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

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

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

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

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

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

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