#B679CD

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

Shades of East Side #B679CD

Tints of East Side #B679CD

Color information

#B679CD (or 0xB679CD) is unknown color: approx East Side. HEX triplet: B6, 79 and CD. RGB value is (182,121,205). Sum of RGB (Red+Green+Blue) = 182+121+205=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #B679CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B679CD is #498632. Grayscale: #949494. Windows color (decimal): -4818483 or 13466038. OLE color: 13466038.

HSL color Cylindrical-coordinate representation of color #B679CD: hue angle of 283.57º 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 #B679CD is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182121205-
CMYK0.110.4100.20
HSL283.57º45.65%63.92%-
HSV(B)283.57º40.98%80.39%-
XYZ37.1528.0361.21-
YUV148.82159.71151.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 121 (47.66% from 255) = 23.82%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=35.83%
G=23.82%
B=40.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821212050.110.4100.20283.5745.6563.92
HexB679CDB2901411c2e40
Octal266171315135102443456100
Binary1011011011110011100110110111010010101001000111001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B679CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B679CD; }

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

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

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

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

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

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

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

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