Html Css Color HEX #B47FBC East Side

📋 copy color: '#B47FBC'

red 180 ◦ green 127 ◦ blue 188

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

Shades of East Side #B47FBC

Tints of East Side #B47FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.66%

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 36.36%
G = 25.66%
B = 37.98%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B47FBC (or 0xB47FBC) is known color: East Side. HEX triplet: B4, 7F and BC. RGB value is (180,127,188). Sum of RGB (Red+Green+Blue) = 180+127+188=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #B47FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47FBC is #4B8043. Grayscale: #959595. Windows color (decimal): -4948036 or 12353460. OLE color: 12353460.

HSL color Cylindrical-coordinate representation of color #B47FBC: hue angle of 292.13º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47FBC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 127 188 -
CMYK 0.04 0.32 0 0.26
HSL 292.13º 0.31% 0.62% -
HSV(B) 292.13º 0.32% 0.74% -
XYZ 35.49 28.51 51.21 -
YUV 149.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 180 127 188 0.04 0.32 0 0.26 292.13 0.31 0.62
Hex B4 7F BC 4 20 0 1A 124 1F 3E
Octal 264 177 274 4 40 0 32 444 37 76
Binary 10110100 1111111 10111100 100 100000 0 11010 100100100 11111 111110

Color Harmonies of #B47FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47FBC

Black with #B47FBC

Text Example


Text Example

White with #B47FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47FBC; }

 p { color: rgb(180,127,188); }

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

background-color css

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

 a { background-color: rgb(180,127,188); }

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

border-color css

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

 span { border-color: rgb(180,127,188); }

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