Html Css Color HEX #B48ECC East Side

📋 copy color: '#B48ECC'

red 180 ◦ green 142 ◦ blue 204

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

Shades of East Side #B48ECC

Tints of East Side #B48ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 34.22%
G = 27%
B = 38.78%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B48ECC (or 0xB48ECC) is known color: East Side. HEX triplet: B4, 8E and CC. RGB value is (180,142,204). Sum of RGB (Red+Green+Blue) = 180+142+204=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #B48ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ECC is #4B7133. Grayscale: #A0A0A0. Windows color (decimal): -4944180 or 13405876. OLE color: 13405876.

HSL color Cylindrical-coordinate representation of color #B48ECC: hue angle of 276.77º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B48ECC is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 142 204 -
CMYK 0.12 0.30 0 0.2
HSL 276.77º 0.38% 0.68% -
HSV(B) 276.77º 0.3% 0.8% -
XYZ 39.39 33.41 61.5 -
YUV 160.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 180 142 204 0.12 0.30 0 0.2 276.77 0.38 0.68
Hex B4 8E CC C 1E 0 14 115 26 44
Octal 264 216 314 14 36 0 24 425 46 104
Binary 10110100 10001110 11001100 1100 11110 0 10100 100010101 100110 1000100

Color Harmonies of #B48ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48ECC

Black with #B48ECC

Text Example


Text Example

White with #B48ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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