Html Css Color HEX #B488CD East Side

📋 copy color: '#B488CD'

red 180 ◦ green 136 ◦ blue 205

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

Shades of East Side #B488CD

Tints of East Side #B488CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 34.55%
G = 26.1%
B = 39.35%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B488CD (or 0xB488CD) is known color: East Side. HEX triplet: B4, 88 and CD. RGB value is (180,136,205). Sum of RGB (Red+Green+Blue) = 180+136+205=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #B488CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488CD is #4B7732. Grayscale: #9C9C9C. Windows color (decimal): -4945715 or 13469876. OLE color: 13469876.

HSL color Cylindrical-coordinate representation of color #B488CD: hue angle of 278.26º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B488CD is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 136 205 -
CMYK 0.12 0.34 0 0.20
HSL 278.26º 0.41% 0.67% -
HSV(B) 278.26º 0.34% 0.8% -
XYZ 38.65 31.72 61.84 -
YUV 157.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 180 136 205 0.12 0.34 0 0.20 278.26 0.41 0.67
Hex B4 88 CD C 22 0 14 116 29 43
Octal 264 210 315 14 42 0 24 426 51 103
Binary 10110100 10001000 11001101 1100 100010 0 10100 100010110 101001 1000011

Color Harmonies of #B488CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488CD

Black with #B488CD

Text Example


Text Example

White with #B488CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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