#B675BC

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

Shades of East Side #B675BC

Tints of East Side #B675BC

Color information

#B675BC (or 0xB675BC) is unknown color: approx East Side. HEX triplet: B6, 75 and BC. RGB value is (182,117,188). Sum of RGB (Red+Green+Blue) = 182+117+188=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #B675BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675BC is #498A43. Grayscale: #909090. Windows color (decimal): -4819524 or 12350902. OLE color: 12350902.

HSL color Cylindrical-coordinate representation of color #B675BC: hue angle of 294.93º 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 #B675BC is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182117188-
CMYK0.030.3800.26
HSL294.93º34.63%59.8%-
HSV(B)294.93º37.77%73.73%-
XYZ34.7326.350.82-
YUV144.53152.53154.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=37.37%
G=24.02%
B=38.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821171880.030.3800.26294.9334.6359.8
HexB675BC32601A127233c
Octal2661652743460324474374
Binary1011011011101011011110011100110011010100100111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675BC; }

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

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

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

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

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

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

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

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