#B675BD

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

Shades of East Side #B675BD

Tints of East Side #B675BD

Color information

#B675BD (or 0xB675BD) is unknown color: approx East Side. HEX triplet: B6, 75 and BD. RGB value is (182,117,189). Sum of RGB (Red+Green+Blue) = 182+117+189=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #B675BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675BD is #498A42. Grayscale: #909090. Windows color (decimal): -4819523 or 12416438. OLE color: 12416438.

HSL color Cylindrical-coordinate representation of color #B675BD: hue angle of 294.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B675BD is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182117189-
CMYK0.040.3800.26
HSL294.17º35.29%60%-
HSV(B)294.17º38.1%74.12%-
XYZ34.8426.3451.39-
YUV144.64153.03154.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 117 (46.09% from 255) = 23.98%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=37.30%
G=23.98%
B=38.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821171890.040.3800.26294.1735.2960
HexB675BD42601A126233c
Octal2661652754460324464374
Binary10110110111010110111101100100110011010100100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675BD; }

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

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

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

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

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

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

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

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