#B68FCD

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

Shades of East Side #B68FCD

Tints of East Side #B68FCD

Color information

#B68FCD (or 0xB68FCD) is unknown color: approx East Side. HEX triplet: B6, 8F and CD. RGB value is (182,143,205). Sum of RGB (Red+Green+Blue) = 182+143+205=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #B68FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FCD is #497032. Grayscale: #A1A1A1. Windows color (decimal): -4812851 or 13471670. OLE color: 13471670.

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

Color convert

RGB182143205-
CMYK0.110.3000.20
HSL277.74º38.27%68.24%-
HSV(B)277.74º30.24%80.39%-
XYZ40.133462.2-
YUV161.73152.42142.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 143 (56.25% from 255) = 26.98%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=34.34%
G=26.98%
B=38.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821432050.110.3000.20277.7438.2768.24
HexB68FCDB1E0141162644
Octal266217315133602442646104
Binary1011011010001111110011011011111100101001000101101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68FCD; }

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

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

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

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

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

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

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

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