#B38CCD

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

Shades of East Side #B38CCD

Tints of East Side #B38CCD

Color information

#B38CCD (or 0xB38CCD) is unknown color: approx East Side. HEX triplet: B3, 8C and CD. RGB value is (179,140,205). Sum of RGB (Red+Green+Blue) = 179+140+205=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #B38CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38CCD is #4C7332. Grayscale: #9E9E9E. Windows color (decimal): -5010227 or 13470899. OLE color: 13470899.

HSL color Cylindrical-coordinate representation of color #B38CCD: hue angle of 276º 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 #B38CCD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179140205-
CMYK0.130.3200.20
HSL276º39.39%67.65%-
HSV(B)276º31.71%80.39%-
XYZ38.9932.7562.02-
YUV159.07153.92142.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 140 (55.08% from 255) = 26.72%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=34.16%
G=26.72%
B=39.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791402050.130.3200.2027639.3967.65
HexB38CCDD200141142744
Octal263214315154002442447104
Binary10110011100011001100110111011000000101001000101001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CCD; }

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

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

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

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

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

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

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

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