Html Css Color HEX #B489CA East Side

📋 copy color: '#B489CA'

red 180 ◦ green 137 ◦ blue 202

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

Shades of East Side #B489CA

Tints of East Side #B489CA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.4%

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

R = 34.68%
G = 26.4%
B = 38.92%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B489CA (or 0xB489CA) is known color: East Side. HEX triplet: B4, 89 and CA. RGB value is (180,137,202). Sum of RGB (Red+Green+Blue) = 180+137+202=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #B489CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489CA is #4B7635. Grayscale: #9D9D9D. Windows color (decimal): -4945462 or 13273524. OLE color: 13273524.

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

Color convert

RGB 180 137 202 -
CMYK 0.11 0.32 0 0.21
HSL 279.69º 0.38% 0.66% -
HSV(B) 279.69º 0.32% 0.79% -
XYZ 38.43 31.86 60 -
YUV 157.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 180 137 202 0.11 0.32 0 0.21 279.69 0.38 0.66
Hex B4 89 CA B 20 0 15 118 26 42
Octal 264 211 312 13 40 0 25 430 46 102
Binary 10110100 10001001 11001010 1011 100000 0 10101 100011000 100110 1000010

Color Harmonies of #B489CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B489CA

Black with #B489CA

Text Example


Text Example

White with #B489CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B489CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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