#B479CF

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

Shades of East Side #B479CF

Tints of East Side #B479CF

Color information

#B479CF (or 0xB479CF) is unknown color: approx East Side. HEX triplet: B4, 79 and CF. RGB value is (180,121,207). Sum of RGB (Red+Green+Blue) = 180+121+207=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #B479CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479CF is #4B8630. Grayscale: #949494. Windows color (decimal): -4949553 or 13597108. OLE color: 13597108.

HSL color Cylindrical-coordinate representation of color #B479CF: hue angle of 281.16º 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 #B479CF is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180121207-
CMYK0.130.4200.19
HSL281.16º47.25%64.31%-
HSV(B)281.16º41.55%81.18%-
XYZ36.9227.8862.47-
YUV148.45161.05150.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 121 (47.66% from 255) = 23.82%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=35.43%
G=23.82%
B=40.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801212070.130.4200.19281.1647.2564.31
HexB479CFD2A0131192f40
Octal264171317155202343157100
Binary1011010011110011100111111011010100100111000110011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479CF; }

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

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

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

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

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

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

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

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