#B675C3

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

Shades of East Side #B675C3

Tints of East Side #B675C3

Color information

#B675C3 (or 0xB675C3) is unknown color: approx East Side. HEX triplet: B6, 75 and C3. RGB value is (182,117,195). Sum of RGB (Red+Green+Blue) = 182+117+195=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 195 - color contains mainly: blue. Hex color #B675C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675C3 is #498A3C. Grayscale: #919191. Windows color (decimal): -4819517 or 12809654. OLE color: 12809654.

HSL color Cylindrical-coordinate representation of color #B675C3: hue angle of 290º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B675C3 is Cyan = 0.07, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182117195-
CMYK0.070.400.24
HSL290º39.39%61.18%-
HSV(B)290º40%76.47%-
XYZ35.526.6154.89-
YUV145.33156.03154.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.84%
GREEN value IS 117 (46.09% from 255) = 23.68%
BLUE value IS 195 (76.56% from 255) = 39.47%
R=36.84%
G=23.68%
B=39.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821171950.070.400.2429039.3961.18
HexB675C3728018122273d
Octal2661653037500304424775
Binary10110110111010111000011111101000011000100100010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675C3; }

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

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

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

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

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

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

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

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