#B67FC9

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

Shades of East Side #B67FC9

Tints of East Side #B67FC9

Color information

#B67FC9 (or 0xB67FC9) is unknown color: approx East Side. HEX triplet: B6, 7F and C9. RGB value is (182,127,201). Sum of RGB (Red+Green+Blue) = 182+127+201=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #B67FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67FC9 is #498036. Grayscale: #979797. Windows color (decimal): -4816951 or 13205430. OLE color: 13205430.

HSL color Cylindrical-coordinate representation of color #B67FC9: hue angle of 284.59º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B67FC9 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182127201-
CMYK0.090.3700.21
HSL284.59º40.66%64.31%-
HSV(B)284.59º36.82%78.82%-
XYZ37.4229.3458.95-
YUV151.88155.72149.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.69%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 201 (78.91% from 255) = 39.41%
R=35.69%
G=24.90%
B=39.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821272010.090.3700.21284.5940.6664.31
HexB67FC992501511d2940
Octal266177311114502543551100
Binary1011011011111111100100110011001010101011000111011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FC9; }

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

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

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

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

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

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

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

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