#B67FC4

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

Shades of East Side #B67FC4

Tints of East Side #B67FC4

Color information

#B67FC4 (or 0xB67FC4) is unknown color: approx East Side. HEX triplet: B6, 7F and C4. RGB value is (182,127,196). Sum of RGB (Red+Green+Blue) = 182+127+196=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 196 - color contains mainly: blue. Hex color #B67FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67FC4 is #49803B. Grayscale: #979797. Windows color (decimal): -4816956 or 12877750. OLE color: 12877750.

HSL color Cylindrical-coordinate representation of color #B67FC4: hue angle of 287.83º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B67FC4 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB182127196-
CMYK0.070.3500.23
HSL287.83º36.9%63.33%-
HSV(B)287.83º35.2%76.86%-
XYZ36.8429.1155.9-
YUV151.31153.22149.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 127 (50% from 255) = 25.15%
BLUE value IS 196 (76.95% from 255) = 38.81%
R=36.04%
G=25.15%
B=38.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821271960.070.3500.23287.8336.963.33
HexB67FC4723017120253f
Octal2661773047430274404577
Binary10110110111111111000100111100011010111100100000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FC4; }

 p { color: rgb(182,127,196); }

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

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

 a { background-color: rgb(182,127,196); }

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

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

 span { border-color: rgb(182,127,196); }

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