Html Css Color HEX #B47CC7 East Side

📋 copy color: '#B47CC7'

red 180 ◦ green 124 ◦ blue 199

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

Shades of East Side #B47CC7

Tints of East Side #B47CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.56%

R = 35.79%
G = 24.65%
B = 39.56%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B47CC7 (or 0xB47CC7) is known color: East Side. HEX triplet: B4, 7C and C7. RGB value is (180,124,199). Sum of RGB (Red+Green+Blue) = 180+124+199=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 199 - color contains mainly: blue. Hex color #B47CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CC7 is #4B8338. Grayscale: #959595. Windows color (decimal): -4948793 or 13073588. OLE color: 13073588.

HSL color Cylindrical-coordinate representation of color #B47CC7: hue angle of 284.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B47CC7 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 124 199 -
CMYK 0.10 0.38 0 0.22
HSL 284.8º 0.4% 0.63% -
HSV(B) 284.8º 0.38% 0.78% -
XYZ 36.34 28.24 57.57 -
YUV 149.29 156.05 149.9 -
System Red Green Blue C M Y K H S L
Decimal 180 124 199 0.10 0.38 0 0.22 284.8 0.4 0.63
Hex B4 7C C7 A 26 0 16 11D 28 3F
Octal 264 174 307 12 46 0 26 435 50 77
Binary 10110100 1111100 11000111 1010 100110 0 10110 100011101 101000 111111

Color Harmonies of #B47CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47CC7

Black with #B47CC7

Text Example


Text Example

White with #B47CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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