Html Css Color HEX #B18CCC East Side

📋 copy color: '#B18CCC'

red 177 ◦ green 140 ◦ blue 204

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

Shades of East Side #B18CCC

Tints of East Side #B18CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 33.97%
G = 26.87%
B = 39.16%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B18CCC (or 0xB18CCC) is known color: East Side. HEX triplet: B1, 8C and CC. RGB value is (177,140,204). Sum of RGB (Red+Green+Blue) = 177+140+204=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #B18CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CCC is #4E7333. Grayscale: #9E9E9E. Windows color (decimal): -5141300 or 13405361. OLE color: 13405361.

HSL color Cylindrical-coordinate representation of color #B18CCC: hue angle of 274.69º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B18CCC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 140 204 -
CMYK 0.13 0.31 0 0.2
HSL 274.69º 0.39% 0.67% -
HSV(B) 274.69º 0.31% 0.8% -
XYZ 38.41 32.46 61.37 -
YUV 158.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 177 140 204 0.13 0.31 0 0.2 274.69 0.39 0.67
Hex B1 8C CC D 1F 0 14 113 27 43
Octal 261 214 314 15 37 0 24 423 47 103
Binary 10110001 10001100 11001100 1101 11111 0 10100 100010011 100111 1000011

Color Harmonies of #B18CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CCC

Black with #B18CCC

Text Example


Text Example

White with #B18CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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