Html Css Color HEX #B393CA East Side

📋 copy color: '#B393CA'

red 179 ◦ green 147 ◦ blue 202

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

Shades of East Side #B393CA

Tints of East Side #B393CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 33.9%
G = 27.84%
B = 38.26%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B393CA (or 0xB393CA) is known color: East Side. HEX triplet: B3, 93 and CA. RGB value is (179,147,202). Sum of RGB (Red+Green+Blue) = 179+147+202=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #B393CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393CA is #4C6C35. Grayscale: #A2A2A2. Windows color (decimal): -5008438 or 13276083. OLE color: 13276083.

HSL color Cylindrical-coordinate representation of color #B393CA: hue angle of 274.91º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B393CA is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 147 202 -
CMYK 0.11 0.27 0 0.21
HSL 274.91º 0.34% 0.68% -
HSV(B) 274.91º 0.27% 0.79% -
XYZ 39.68 34.72 60.49 -
YUV 162.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 179 147 202 0.11 0.27 0 0.21 274.91 0.34 0.68
Hex B3 93 CA B 1B 0 15 113 22 44
Octal 263 223 312 13 33 0 25 423 42 104
Binary 10110011 10010011 11001010 1011 11011 0 10101 100010011 100010 1000100

Color Harmonies of #B393CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B393CA

Black with #B393CA

Text Example


Text Example

White with #B393CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B393CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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