#B67DC0

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

Shades of East Side #B67DC0

Tints of East Side #B67DC0

Color information

#B67DC0 (or 0xB67DC0) is unknown color: approx East Side. HEX triplet: B6, 7D and C0. RGB value is (182,125,192). Sum of RGB (Red+Green+Blue) = 182+125+192=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #B67DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67DC0 is #49823F. Grayscale: #959595. Windows color (decimal): -4817472 or 12615094. OLE color: 12615094.

HSL color Cylindrical-coordinate representation of color #B67DC0: hue angle of 291.04º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B67DC0 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182125192-
CMYK0.050.3500.25
HSL291.04º34.72%62.16%-
HSV(B)291.04º34.9%75.29%-
XYZ36.1428.4253.45-
YUV149.68151.88151.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 125 (49.22% from 255) = 25.05%
BLUE value IS 192 (75.39% from 255) = 38.48%
R=36.47%
G=25.05%
B=38.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821251920.050.3500.25291.0434.7262.16
HexB67DC0523019123233e
Octal2661753005430314434376
Binary10110110111110111000000101100011011001100100011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DC0; }

 p { color: rgb(182,125,192); }

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

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

 a { background-color: rgb(182,125,192); }

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

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

 span { border-color: rgb(182,125,192); }

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