Html Css Color HEX #B18EC6 East Side

📋 copy color: '#B18EC6'

red 177 ◦ green 142 ◦ blue 198

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

Shades of East Side #B18EC6

Tints of East Side #B18EC6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.47%

 BLUE value IS 198 (77.73% from 255) = 38.3%

R = 34.24%
G = 27.47%
B = 38.3%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B18EC6 (or 0xB18EC6) is known color: East Side. HEX triplet: B1, 8E and C6. RGB value is (177,142,198). Sum of RGB (Red+Green+Blue) = 177+142+198=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 198 - color contains mainly: blue. Hex color #B18EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EC6 is #4E7139. Grayscale: #9E9E9E. Windows color (decimal): -5140794 or 13012657. OLE color: 13012657.

HSL color Cylindrical-coordinate representation of color #B18EC6: hue angle of 277.5º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B18EC6 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 142 198 -
CMYK 0.11 0.28 0 0.22
HSL 277.5º 0.33% 0.67% -
HSV(B) 277.5º 0.28% 0.78% -
XYZ 38 32.77 57.75 -
YUV 158.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 177 142 198 0.11 0.28 0 0.22 277.5 0.33 0.67
Hex B1 8E C6 B 1C 0 16 116 21 43
Octal 261 216 306 13 34 0 26 426 41 103
Binary 10110001 10001110 11000110 1011 11100 0 10110 100010110 100001 1000011

Color Harmonies of #B18EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18EC6

Black with #B18EC6

Text Example


Text Example

White with #B18EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18EC6; }

 p { color: rgb(177,142,198); }

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

background-color css

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

 a { background-color: rgb(177,142,198); }

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

border-color css

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

 span { border-color: rgb(177,142,198); }

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