Html Css Color HEX #B393BE East Side

📋 copy color: '#B393BE'

red 179 ◦ green 147 ◦ blue 190

#B393BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B393BE

Tints of East Side #B393BE

RGB

 RED value IS 179 (70.31% from 255) = 34.69%

 GREEN value IS 147 (57.81% from 255) = 28.49%

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 34.69%
G = 28.49%
B = 36.82%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B393BE (or 0xB393BE) is known color: East Side. HEX triplet: B3, 93 and BE. RGB value is (179,147,190). Sum of RGB (Red+Green+Blue) = 179+147+190=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #B393BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393BE is #4C6C41. Grayscale: #A1A1A1. Windows color (decimal): -5008450 or 12489651. OLE color: 12489651.

HSL color Cylindrical-coordinate representation of color #B393BE: hue angle of 284.65º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B393BE is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 147 190 -
CMYK 0.06 0.23 0 0.25
HSL 284.65º 0.25% 0.66% -
HSV(B) 284.65º 0.23% 0.75% -
XYZ 38.32 34.17 53.29 -
YUV 161.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 179 147 190 0.06 0.23 0 0.25 284.65 0.25 0.66
Hex B3 93 BE 6 17 0 19 11D 19 42
Octal 263 223 276 6 27 0 31 435 31 102
Binary 10110011 10010011 10111110 110 10111 0 11001 100011101 11001 1000010

Color Harmonies of #B393BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B393BE

Black with #B393BE

Text Example


Text Example

White with #B393BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B393BE; }

 p { color: rgb(179,147,190); }

 H1.HeaderClassName
 {
   color: #B393BE;
 }
 .AnyTagClassName
 {
   color: #B393BE;
 }
</style>

background-color css

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

 a { background-color: rgb(179,147,190); }

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

border-color css

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

 span { border-color: rgb(179,147,190); }

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