#B675BF

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

Shades of East Side #B675BF

Tints of East Side #B675BF

Color information

#B675BF (or 0xB675BF) is unknown color: approx East Side. HEX triplet: B6, 75 and BF. RGB value is (182,117,191). Sum of RGB (Red+Green+Blue) = 182+117+191=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #B675BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675BF is #498A40. Grayscale: #909090. Windows color (decimal): -4819521 or 12547510. OLE color: 12547510.

HSL color Cylindrical-coordinate representation of color #B675BF: hue angle of 292.7º 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 #B675BF is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182117191-
CMYK0.050.3900.25
HSL292.7º36.63%60.39%-
HSV(B)292.7º38.74%74.9%-
XYZ35.0626.4352.54-
YUV144.87154.03154.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 117 (46.09% from 255) = 23.88%
BLUE value IS 191 (75% from 255) = 38.98%
R=37.14%
G=23.88%
B=38.98%

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
Decimal1821171910.050.3900.25292.736.6360.39
HexB675BF527019125253c
Octal2661652775470314454574
Binary10110110111010110111111101100111011001100100101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675BF; }

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

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

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

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

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

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

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

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