Html Css Color HEX #B18CC4 East Side

📋 copy color: '#B18CC4'

red 177 ◦ green 140 ◦ blue 196

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

Shades of East Side #B18CC4

Tints of East Side #B18CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.21%

R = 34.5%
G = 27.29%
B = 38.21%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B18CC4 (or 0xB18CC4) is known color: East Side. HEX triplet: B1, 8C and C4. RGB value is (177,140,196). Sum of RGB (Red+Green+Blue) = 177+140+196=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #B18CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CC4 is #4E733B. Grayscale: #9D9D9D. Windows color (decimal): -5141308 or 12881073. OLE color: 12881073.

HSL color Cylindrical-coordinate representation of color #B18CC4: hue angle of 279.64º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B18CC4 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 140 196 -
CMYK 0.10 0.29 0 0.23
HSL 279.64º 0.32% 0.66% -
HSV(B) 279.64º 0.29% 0.77% -
XYZ 37.47 32.09 56.44 -
YUV 157.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 177 140 196 0.10 0.29 0 0.23 279.64 0.32 0.66
Hex B1 8C C4 A 1D 0 17 118 20 42
Octal 261 214 304 12 35 0 27 430 40 102
Binary 10110001 10001100 11000100 1010 11101 0 10111 100011000 100000 1000010

Color Harmonies of #B18CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CC4

Black with #B18CC4

Text Example


Text Example

White with #B18CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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