#B279CF

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

Shades of East Side #B279CF

Tints of East Side #B279CF

Color information

#B279CF (or 0xB279CF) is unknown color: approx East Side. HEX triplet: B2, 79 and CF. RGB value is (178,121,207). Sum of RGB (Red+Green+Blue) = 178+121+207=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #B279CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279CF is #4D8630. Grayscale: #939393. Windows color (decimal): -5080625 or 13597106. OLE color: 13597106.

HSL color Cylindrical-coordinate representation of color #B279CF: hue angle of 279.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B279CF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178121207-
CMYK0.140.4200.19
HSL279.77º47.25%64.31%-
HSV(B)279.77º41.55%81.18%-
XYZ36.4627.6462.45-
YUV147.85161.38149.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 207 (81.25% from 255) = 40.91%
R=35.18%
G=23.91%
B=40.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781212070.140.4200.19279.7747.2564.31
HexB279CFE2A0131182f40
Octal262171317165202343057100
Binary1011001011110011100111111101010100100111000110001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B279CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B279CF; }

 p { color: rgb(178,121,207); }

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

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

 a { background-color: rgb(178,121,207); }

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

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

 span { border-color: rgb(178,121,207); }

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