#B67EC6

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

Shades of East Side #B67EC6

Tints of East Side #B67EC6

Color information

#B67EC6 (or 0xB67EC6) is unknown color: approx East Side. HEX triplet: B6, 7E and C6. RGB value is (182,126,198). Sum of RGB (Red+Green+Blue) = 182+126+198=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #B67EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67EC6 is #498139. Grayscale: #969696. Windows color (decimal): -4817210 or 13008566. OLE color: 13008566.

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

Color convert

RGB182126198-
CMYK0.080.3600.22
HSL286.67º38.71%63.53%-
HSV(B)286.67º36.36%77.65%-
XYZ36.9528.9457.07-
YUV150.95154.55150.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 126 (49.61% from 255) = 24.90%
BLUE value IS 198 (77.73% from 255) = 39.13%
R=35.97%
G=24.90%
B=39.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821261980.080.3600.22286.6738.7163.53
HexB67EC682401611f2740
Octal266176306104402643747100
Binary1011011011111101100011010001001000101101000111111001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67EC6; }

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

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

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

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

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

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

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

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