Html Css Color HEX #B48CBE East Side

📋 copy color: '#B48CBE'

red 180 ◦ green 140 ◦ blue 190

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

Shades of East Side #B48CBE

Tints of East Side #B48CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.45%

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 35.29%
G = 27.45%
B = 37.25%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B48CBE (or 0xB48CBE) is known color: East Side. HEX triplet: B4, 8C and BE. RGB value is (180,140,190). Sum of RGB (Red+Green+Blue) = 180+140+190=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #B48CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CBE is #4B7341. Grayscale: #9D9D9D. Windows color (decimal): -4944706 or 12487860. OLE color: 12487860.

HSL color Cylindrical-coordinate representation of color #B48CBE: hue angle of 288º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B48CBE is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 140 190 -
CMYK 0.05 0.26 0 0.25
HSL 288º 0.28% 0.65% -
HSV(B) 288º 0.26% 0.75% -
XYZ 37.49 32.18 52.95 -
YUV 157.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 180 140 190 0.05 0.26 0 0.25 288 0.28 0.65
Hex B4 8C BE 5 1A 0 19 120 1C 41
Octal 264 214 276 5 32 0 31 440 34 101
Binary 10110100 10001100 10111110 101 11010 0 11001 100100000 11100 1000001

Color Harmonies of #B48CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48CBE

Black with #B48CBE

Text Example


Text Example

White with #B48CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48CBE; }

 p { color: rgb(180,140,190); }

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

background-color css

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

 a { background-color: rgb(180,140,190); }

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

border-color css

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

 span { border-color: rgb(180,140,190); }

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