#B673C1

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

Shades of East Side #B673C1

Tints of East Side #B673C1

Color information

#B673C1 (or 0xB673C1) is unknown color: approx East Side. HEX triplet: B6, 73 and C1. RGB value is (182,115,193). Sum of RGB (Red+Green+Blue) = 182+115+193=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #B673C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673C1 is #498C3E. Grayscale: #8F8F8F. Windows color (decimal): -4820031 or 12678070. OLE color: 12678070.

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

Color convert

RGB182115193-
CMYK0.060.4000.24
HSL291.54º38.61%60.39%-
HSV(B)291.54º40.41%75.69%-
XYZ35.0526.0653.63-
YUV143.93155.7155.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 193 (75.78% from 255) = 39.39%
R=37.14%
G=23.47%
B=39.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821151930.060.4000.24291.5438.6160.39
HexB673C1628018124273c
Octal2661633016500304444774
Binary10110110111001111000001110101000011000100100100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B673C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B673C1; }

 p { color: rgb(182,115,193); }

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

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

 a { background-color: rgb(182,115,193); }

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

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

 span { border-color: rgb(182,115,193); }

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