Html Css Color HEX #B388BD East Side

📋 copy color: '#B388BD'

red 179 ◦ green 136 ◦ blue 189

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

Shades of East Side #B388BD

Tints of East Side #B388BD

RGB

 RED value IS 179 (70.31% from 255) = 35.52%

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

 BLUE value IS 189 (74.22% from 255) = 37.5%

R = 35.52%
G = 26.98%
B = 37.5%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B388BD (or 0xB388BD) is known color: East Side. HEX triplet: B3, 88 and BD. RGB value is (179,136,189). Sum of RGB (Red+Green+Blue) = 179+136+189=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #B388BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388BD is #4C7742. Grayscale: #9A9A9A. Windows color (decimal): -5011267 or 12421299. OLE color: 12421299.

HSL color Cylindrical-coordinate representation of color #B388BD: hue angle of 288.68º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B388BD is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 136 189 -
CMYK 0.05 0.28 0 0.26
HSL 288.68º 0.29% 0.64% -
HSV(B) 288.68º 0.28% 0.74% -
XYZ 36.58 30.87 52.17 -
YUV 154.9 147.25 145.19 -
System Red Green Blue C M Y K H S L
Decimal 179 136 189 0.05 0.28 0 0.26 288.68 0.29 0.64
Hex B3 88 BD 5 1C 0 1A 121 1D 40
Octal 263 210 275 5 34 0 32 441 35 100
Binary 10110011 10001000 10111101 101 11100 0 11010 100100001 11101 1000000

Color Harmonies of #B388BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B388BD

Black with #B388BD

Text Example


Text Example

White with #B388BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B388BD; }

 p { color: rgb(179,136,189); }

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

background-color css

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

 a { background-color: rgb(179,136,189); }

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

border-color css

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

 span { border-color: rgb(179,136,189); }

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