Html Css Color HEX #B18CCE East Side

📋 copy color: '#B18CCE'

red 177 ◦ green 140 ◦ blue 206

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

Shades of East Side #B18CCE

Tints of East Side #B18CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.77%

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

R = 33.84%
G = 26.77%
B = 39.39%

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

#B18CCE (or 0xB18CCE) is known color: East Side. HEX triplet: B1, 8C and CE. RGB value is (177,140,206). Sum of RGB (Red+Green+Blue) = 177+140+206=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #B18CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CCE is #4E7331. Grayscale: #9E9E9E. Windows color (decimal): -5141298 or 13536433. OLE color: 13536433.

HSL color Cylindrical-coordinate representation of color #B18CCE: hue angle of 273.64º 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 #B18CCE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 140 206 -
CMYK 0.14 0.32 0 0.19
HSL 273.64º 0.4% 0.68% -
HSV(B) 273.64º 0.32% 0.81% -
XYZ 38.65 32.56 62.64 -
YUV 158.59 154.76 141.13 -
System Red Green Blue C M Y K H S L
Decimal 177 140 206 0.14 0.32 0 0.19 273.64 0.4 0.68
Hex B1 8C CE E 20 0 13 112 28 44
Octal 261 214 316 16 40 0 23 422 50 104
Binary 10110001 10001100 11001110 1110 100000 0 10011 100010010 101000 1000100

Color Harmonies of #B18CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CCE

Black with #B18CCE

Text Example


Text Example

White with #B18CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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