#B67FC1

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

Shades of East Side #B67FC1

Tints of East Side #B67FC1

Color information

#B67FC1 (or 0xB67FC1) is unknown color: approx East Side. HEX triplet: B6, 7F and C1. RGB value is (182,127,193). Sum of RGB (Red+Green+Blue) = 182+127+193=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #B67FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67FC1 is #49803E. Grayscale: #969696. Windows color (decimal): -4816959 or 12681142. OLE color: 12681142.

HSL color Cylindrical-coordinate representation of color #B67FC1: hue angle of 290º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B67FC1 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182127193-
CMYK0.060.3400.24
HSL290º34.74%62.75%-
HSV(B)290º34.2%75.69%-
XYZ36.5128.9754.12-
YUV150.97151.72150.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 127 (50% from 255) = 25.30%
BLUE value IS 193 (75.78% from 255) = 38.45%
R=36.25%
G=25.30%
B=38.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821271930.060.3400.2429034.7462.75
HexB67FC1622018122233f
Octal2661773016420304424377
Binary10110110111111111000001110100010011000100100010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FC1; }

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

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

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

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

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

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

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

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