#B680CF

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

Shades of East Side #B680CF

Tints of East Side #B680CF

Color information

#B680CF (or 0xB680CF) is unknown color: approx East Side. HEX triplet: B6, 80 and CF. RGB value is (182,128,207). Sum of RGB (Red+Green+Blue) = 182+128+207=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #B680CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680CF is #497F30. Grayscale: #989898. Windows color (decimal): -4816689 or 13598902. OLE color: 13598902.

HSL color Cylindrical-coordinate representation of color #B680CF: hue angle of 281.01º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B680CF is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182128207-
CMYK0.120.3800.19
HSL281.01º45.14%65.69%-
HSV(B)281.01º38.16%81.18%-
XYZ38.2729.8962.78-
YUV153.15158.39148.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=35.20%
G=24.76%
B=40.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821282070.120.3800.19281.0145.1465.69
HexB680CFC260131192d42
Octal266200317144602343155102
Binary10110110100000001100111111001001100100111000110011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680CF; }

 p { color: rgb(182,128,207); }

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

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

 a { background-color: rgb(182,128,207); }

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

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

 span { border-color: rgb(182,128,207); }

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