Html Css Color HEX #B494CA East Side

📋 copy color: '#B494CA'

red 180 ◦ green 148 ◦ blue 202

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

Shades of East Side #B494CA

Tints of East Side #B494CA

RGB

 RED value IS 180 (70.7% from 255) = 33.96%

 GREEN value IS 148 (58.2% from 255) = 27.92%

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

R = 33.96%
G = 27.92%
B = 38.11%

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

#B494CA (or 0xB494CA) is known color: East Side. HEX triplet: B4, 94 and CA. RGB value is (180,148,202). Sum of RGB (Red+Green+Blue) = 180+148+202=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #B494CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B494CA is #4B6B35. Grayscale: #A3A3A3. Windows color (decimal): -4942646 or 13276340. OLE color: 13276340.

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

Color convert

RGB 180 148 202 -
CMYK 0.11 0.27 0 0.21
HSL 275.56º 0.34% 0.69% -
HSV(B) 275.56º 0.27% 0.79% -
XYZ 40.07 35.15 60.55 -
YUV 163.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 180 148 202 0.11 0.27 0 0.21 275.56 0.34 0.69
Hex B4 94 CA B 1B 0 15 114 22 45
Octal 264 224 312 13 33 0 25 424 42 105
Binary 10110100 10010100 11001010 1011 11011 0 10101 100010100 100010 1000101

Color Harmonies of #B494CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B494CA

Black with #B494CA

Text Example


Text Example

White with #B494CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B494CA; }

 p { color: rgb(180,148,202); }

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

background-color css

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

 a { background-color: rgb(180,148,202); }

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

border-color css

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

 span { border-color: rgb(180,148,202); }

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