Html Css Color HEX #B47CCC East Side

📋 copy color: '#B47CCC'

red 180 ◦ green 124 ◦ blue 204

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

Shades of East Side #B47CCC

Tints of East Side #B47CCC

RGB

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

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

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

R = 35.43%
G = 24.41%
B = 40.16%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B47CCC (or 0xB47CCC) is known color: East Side. HEX triplet: B4, 7C and CC. RGB value is (180,124,204). Sum of RGB (Red+Green+Blue) = 180+124+204=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #B47CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CCC is #4B8333. Grayscale: #959595. Windows color (decimal): -4948788 or 13401268. OLE color: 13401268.

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

Color convert

RGB 180 124 204 -
CMYK 0.12 0.39 0 0.2
HSL 282º 0.44% 0.64% -
HSV(B) 282º 0.39% 0.8% -
XYZ 36.93 28.48 60.68 -
YUV 149.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 180 124 204 0.12 0.39 0 0.2 282 0.44 0.64
Hex B4 7C CC C 27 0 14 11A 2C 40
Octal 264 174 314 14 47 0 24 432 54 100
Binary 10110100 1111100 11001100 1100 100111 0 10100 100011010 101100 1000000

Color Harmonies of #B47CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47CCC

Black with #B47CCC

Text Example


Text Example

White with #B47CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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