Html Css Color HEX #B47CBB East Side

📋 copy color: '#B47CBB'

red 180 ◦ green 124 ◦ blue 187

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

Shades of East Side #B47CBB

Tints of East Side #B47CBB

RGB

 RED value IS 180 (70.7% from 255) = 36.66%

 GREEN value IS 124 (48.83% from 255) = 25.25%

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 36.66%
G = 25.25%
B = 38.09%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B47CBB (or 0xB47CBB) is known color: East Side. HEX triplet: B4, 7C and BB. RGB value is (180,124,187). Sum of RGB (Red+Green+Blue) = 180+124+187=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #B47CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CBB is #4B8344. Grayscale: #939393. Windows color (decimal): -4948805 or 12287156. OLE color: 12287156.

HSL color Cylindrical-coordinate representation of color #B47CBB: hue angle of 293.33º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47CBB is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 124 187 -
CMYK 0.04 0.34 0 0.27
HSL 293.33º 0.32% 0.61% -
HSV(B) 293.33º 0.34% 0.73% -
XYZ 35 27.71 50.52 -
YUV 147.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 180 124 187 0.04 0.34 0 0.27 293.33 0.32 0.61
Hex B4 7C BB 4 22 0 1B 125 20 3D
Octal 264 174 273 4 42 0 33 445 40 75
Binary 10110100 1111100 10111011 100 100010 0 11011 100100101 100000 111101

Color Harmonies of #B47CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47CBB

Black with #B47CBB

Text Example


Text Example

White with #B47CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47CBB; }

 p { color: rgb(180,124,187); }

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

background-color css

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

 a { background-color: rgb(180,124,187); }

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

border-color css

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

 span { border-color: rgb(180,124,187); }

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