#B279CD

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

Shades of East Side #B279CD

Tints of East Side #B279CD

Color information

#B279CD (or 0xB279CD) is unknown color: approx East Side. HEX triplet: B2, 79 and CD. RGB value is (178,121,205). Sum of RGB (Red+Green+Blue) = 178+121+205=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #B279CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279CD is #4D8632. Grayscale: #939393. Windows color (decimal): -5080627 or 13466034. OLE color: 13466034.

HSL color Cylindrical-coordinate representation of color #B279CD: hue angle of 280.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B279CD is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178121205-
CMYK0.130.4100.20
HSL280.71º45.65%63.92%-
HSV(B)280.71º40.98%80.39%-
XYZ36.2227.5561.17-
YUV147.62160.38149.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.32%
GREEN value IS 121 (47.66% from 255) = 24.01%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=35.32%
G=24.01%
B=40.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781212050.130.4100.20280.7145.6563.92
HexB279CDD290141192e40
Octal262171315155102443156100
Binary1011001011110011100110111011010010101001000110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B279CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B279CD; }

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

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

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

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

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

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

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

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