#B67CC6

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

Shades of East Side #B67CC6

Tints of East Side #B67CC6

Color information

#B67CC6 (or 0xB67CC6) is unknown color: approx East Side. HEX triplet: B6, 7C and C6. RGB value is (182,124,198). Sum of RGB (Red+Green+Blue) = 182+124+198=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #B67CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67CC6 is #498339. Grayscale: #959595. Windows color (decimal): -4817722 or 13008054. OLE color: 13008054.

HSL color Cylindrical-coordinate representation of color #B67CC6: hue angle of 287.03º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B67CC6 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB182124198-
CMYK0.080.3700.22
HSL287.03º39.36%63.14%-
HSV(B)287.03º37.37%77.65%-
XYZ36.6928.4456.98-
YUV149.78155.22150.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.11%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 198 (77.73% from 255) = 39.29%
R=36.11%
G=24.60%
B=39.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821241980.080.3700.22287.0339.3663.14
HexB67CC682501611f273f
Octal26617430610450264374777
Binary101101101111100110001101000100101010110100011111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67CC6; }

 p { color: rgb(182,124,198); }

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

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

 a { background-color: rgb(182,124,198); }

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

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

 span { border-color: rgb(182,124,198); }

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