Html Css Color HEX #B588CA East Side

📋 copy color: '#B588CA'

red 181 ◦ green 136 ◦ blue 202

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

Shades of East Side #B588CA

Tints of East Side #B588CA

RGB

 RED value IS 181 (71.09% from 255) = 34.87%

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

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

R = 34.87%
G = 26.2%
B = 38.92%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B588CA (or 0xB588CA) is known color: East Side. HEX triplet: B5, 88 and CA. RGB value is (181,136,202). Sum of RGB (Red+Green+Blue) = 181+136+202=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 136 (53.52% from 255 or 26.20% 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 #B588CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588CA is #4A7735. Grayscale: #9C9C9C. Windows color (decimal): -4880182 or 13273269. OLE color: 13273269.

HSL color Cylindrical-coordinate representation of color #B588CA: hue angle of 280.91º 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 #B588CA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 136 202 -
CMYK 0.10 0.33 0 0.21
HSL 280.91º 0.38% 0.66% -
HSV(B) 280.91º 0.33% 0.79% -
XYZ 38.52 31.7 59.96 -
YUV 156.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 181 136 202 0.10 0.33 0 0.21 280.91 0.38 0.66
Hex B5 88 CA A 21 0 15 119 26 42
Octal 265 210 312 12 41 0 25 431 46 102
Binary 10110101 10001000 11001010 1010 100001 0 10101 100011001 100110 1000010

Color Harmonies of #B588CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B588CA

Black with #B588CA

Text Example


Text Example

White with #B588CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B588CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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