#B675BE

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

Shades of East Side #B675BE

Tints of East Side #B675BE

Color information

#B675BE (or 0xB675BE) is unknown color: approx East Side. HEX triplet: B6, 75 and BE. RGB value is (182,117,190). Sum of RGB (Red+Green+Blue) = 182+117+190=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #B675BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675BE is #498A41. Grayscale: #909090. Windows color (decimal): -4819522 or 12481974. OLE color: 12481974.

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

Color convert

RGB182117190-
CMYK0.040.3800.25
HSL293.42º35.96%60.2%-
HSV(B)293.42º38.42%74.51%-
XYZ34.9526.3951.97-
YUV144.76153.53154.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 117 (46.09% from 255) = 23.93%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=37.22%
G=23.93%
B=38.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821171900.040.3800.25293.4235.9660.2
HexB675BE426019125243c
Octal2661652764460314454474
Binary10110110111010110111110100100110011001100100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675BE; }

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

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

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

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

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

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

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

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