#B68CCD

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

Shades of East Side #B68CCD

Tints of East Side #B68CCD

Color information

#B68CCD (or 0xB68CCD) is unknown color: approx East Side. HEX triplet: B6, 8C and CD. RGB value is (182,140,205). Sum of RGB (Red+Green+Blue) = 182+140+205=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #B68CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CCD is #497332. Grayscale: #9F9F9F. Windows color (decimal): -4813619 or 13470902. OLE color: 13470902.

HSL color Cylindrical-coordinate representation of color #B68CCD: hue angle of 278.77º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B68CCD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182140205-
CMYK0.110.3200.20
HSL278.77º39.39%67.65%-
HSV(B)278.77º31.71%80.39%-
XYZ39.6933.1162.06-
YUV159.97153.41143.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.54%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=34.54%
G=26.57%
B=38.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821402050.110.3200.20278.7739.3967.65
HexB68CCDB200141172744
Octal266214315134002442747104
Binary10110110100011001100110110111000000101001000101111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68CCD; }

 p { color: rgb(182,140,205); }

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

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

 a { background-color: rgb(182,140,205); }

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

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

 span { border-color: rgb(182,140,205); }

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