Html Css Color HEX #B18DCE East Side

📋 copy color: '#B18DCE'

red 177 ◦ green 141 ◦ blue 206

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

Shades of East Side #B18DCE

Tints of East Side #B18DCE

RGB

 RED value IS 177 (69.53% from 255) = 33.78%

 GREEN value IS 141 (55.47% from 255) = 26.91%

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 33.78%
G = 26.91%
B = 39.31%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B18DCE (or 0xB18DCE) is known color: East Side. HEX triplet: B1, 8D and CE. RGB value is (177,141,206). Sum of RGB (Red+Green+Blue) = 177+141+206=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #B18DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DCE is #4E7231. Grayscale: #9E9E9E. Windows color (decimal): -5141042 or 13536689. OLE color: 13536689.

HSL color Cylindrical-coordinate representation of color #B18DCE: hue angle of 273.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B18DCE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 141 206 -
CMYK 0.14 0.32 0 0.19
HSL 273.23º 0.4% 0.68% -
HSV(B) 273.23º 0.32% 0.81% -
XYZ 38.8 32.85 62.69 -
YUV 159.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 177 141 206 0.14 0.32 0 0.19 273.23 0.4 0.68
Hex B1 8D CE E 20 0 13 111 28 44
Octal 261 215 316 16 40 0 23 421 50 104
Binary 10110001 10001101 11001110 1110 100000 0 10011 100010001 101000 1000100

Color Harmonies of #B18DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DCE

Black with #B18DCE

Text Example


Text Example

White with #B18DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DCE; }

 p { color: rgb(177,141,206); }

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

background-color css

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

 a { background-color: rgb(177,141,206); }

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

border-color css

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

 span { border-color: rgb(177,141,206); }

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