#B675CE

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

Shades of East Side #B675CE

Tints of East Side #B675CE

Color information

#B675CE (or 0xB675CE) is unknown color: approx East Side. HEX triplet: B6, 75 and CE. RGB value is (182,117,206). Sum of RGB (Red+Green+Blue) = 182+117+206=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #B675CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675CE is #498A31. Grayscale: #929292. Windows color (decimal): -4819506 or 13530550. OLE color: 13530550.

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

Color convert

RGB182117206-
CMYK0.120.4300.19
HSL283.82º47.59%63.33%-
HSV(B)283.82º43.2%80.78%-
XYZ36.7927.1261.69-
YUV146.58161.53153.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=36.04%
G=23.17%
B=40.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821172060.120.4300.19283.8247.5963.33
HexB675CEC2B01311c303f
Octal26616531614530234346077
Binary101101101110101110011101100101011010011100011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675CE; }

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

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

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

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

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

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

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

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