Html Css Color HEX #B48BC7 East Side

📋 copy color: '#B48BC7'

red 180 ◦ green 139 ◦ blue 199

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

Shades of East Side #B48BC7

Tints of East Side #B48BC7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.83%

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

R = 34.75%
G = 26.83%
B = 38.42%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B48BC7 (or 0xB48BC7) is known color: East Side. HEX triplet: B4, 8B and C7. RGB value is (180,139,199). Sum of RGB (Red+Green+Blue) = 180+139+199=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 199 - color contains mainly: blue. Hex color #B48BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BC7 is #4B7438. Grayscale: #9D9D9D. Windows color (decimal): -4944953 or 13077428. OLE color: 13077428.

HSL color Cylindrical-coordinate representation of color #B48BC7: hue angle of 281º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B48BC7 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 139 199 -
CMYK 0.10 0.30 0 0.22
HSL 281º 0.35% 0.66% -
HSV(B) 281º 0.3% 0.78% -
XYZ 38.36 32.29 58.24 -
YUV 158.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 180 139 199 0.10 0.30 0 0.22 281 0.35 0.66
Hex B4 8B C7 A 1E 0 16 119 23 42
Octal 264 213 307 12 36 0 26 431 43 102
Binary 10110100 10001011 11000111 1010 11110 0 10110 100011001 100011 1000010

Color Harmonies of #B48BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48BC7

Black with #B48BC7

Text Example


Text Example

White with #B48BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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