Html Css Color HEX #B488CA East Side

📋 copy color: '#B488CA'

red 180 ◦ green 136 ◦ blue 202

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

Shades of East Side #B488CA

Tints of East Side #B488CA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.25%

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

R = 34.75%
G = 26.25%
B = 39%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B488CA (or 0xB488CA) is known color: East Side. HEX triplet: B4, 88 and CA. RGB value is (180,136,202). Sum of RGB (Red+Green+Blue) = 180+136+202=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #B488CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488CA is #4B7735. Grayscale: #9C9C9C. Windows color (decimal): -4945718 or 13273268. OLE color: 13273268.

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

Color convert

RGB 180 136 202 -
CMYK 0.11 0.33 0 0.21
HSL 280º 0.38% 0.66% -
HSV(B) 280º 0.33% 0.79% -
XYZ 38.29 31.58 59.95 -
YUV 156.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 180 136 202 0.11 0.33 0 0.21 280 0.38 0.66
Hex B4 88 CA B 21 0 15 118 26 42
Octal 264 210 312 13 41 0 25 430 46 102
Binary 10110100 10001000 11001010 1011 100001 0 10101 100011000 100110 1000010

Color Harmonies of #B488CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488CA

Black with #B488CA

Text Example


Text Example

White with #B488CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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