#B674BF

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

Shades of East Side #B674BF

Tints of East Side #B674BF

Color information

#B674BF (or 0xB674BF) is unknown color: approx East Side. HEX triplet: B6, 74 and BF. RGB value is (182,116,191). Sum of RGB (Red+Green+Blue) = 182+116+191=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #B674BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B674BF is #498B40. Grayscale: #909090. Windows color (decimal): -4819777 or 12547254. OLE color: 12547254.

HSL color Cylindrical-coordinate representation of color #B674BF: hue angle of 292.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B674BF is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182116191-
CMYK0.050.3900.25
HSL292.8º36.95%60.2%-
HSV(B)292.8º39.27%74.9%-
XYZ34.9426.252.51-
YUV144.28154.37154.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 191 (75% from 255) = 39.06%
R=37.22%
G=23.72%
B=39.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821161910.050.3900.25292.836.9560.2
HexB674BF527019125253c
Octal2661642775470314454574
Binary10110110111010010111111101100111011001100100101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B674BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B674BF; }

 p { color: rgb(182,116,191); }

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

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

 a { background-color: rgb(182,116,191); }

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

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

 span { border-color: rgb(182,116,191); }

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