Html Css Color HEX #B48ECF East Side

📋 copy color: '#B48ECF'

red 180 ◦ green 142 ◦ blue 207

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

Shades of East Side #B48ECF

Tints of East Side #B48ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.84%

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 34.03%
G = 26.84%
B = 39.13%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B48ECF (or 0xB48ECF) is known color: East Side. HEX triplet: B4, 8E and CF. RGB value is (180,142,207). Sum of RGB (Red+Green+Blue) = 180+142+207=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #B48ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ECF is #4B7130. Grayscale: #A0A0A0. Windows color (decimal): -4944177 or 13602484. OLE color: 13602484.

HSL color Cylindrical-coordinate representation of color #B48ECF: hue angle of 275.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B48ECF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 142 207 -
CMYK 0.13 0.31 0 0.19
HSL 275.08º 0.4% 0.68% -
HSV(B) 275.08º 0.31% 0.81% -
XYZ 39.76 33.55 63.41 -
YUV 160.77 154.09 141.71 -
System Red Green Blue C M Y K H S L
Decimal 180 142 207 0.13 0.31 0 0.19 275.08 0.4 0.68
Hex B4 8E CF D 1F 0 13 113 28 44
Octal 264 216 317 15 37 0 23 423 50 104
Binary 10110100 10001110 11001111 1101 11111 0 10011 100010011 101000 1000100

Color Harmonies of #B48ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48ECF

Black with #B48ECF

Text Example


Text Example

White with #B48ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48ECF; }

 p { color: rgb(180,142,207); }

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

background-color css

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

 a { background-color: rgb(180,142,207); }

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

border-color css

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

 span { border-color: rgb(180,142,207); }

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