Html Css Color HEX #B48AD0 East Side

📋 copy color: '#B48AD0'

red 180 ◦ green 138 ◦ blue 208

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

Shades of East Side #B48AD0

Tints of East Side #B48AD0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.24%

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 34.22%
G = 26.24%
B = 39.54%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B48AD0 (or 0xB48AD0) is known color: East Side. HEX triplet: B4, 8A and D0. RGB value is (180,138,208). Sum of RGB (Red+Green+Blue) = 180+138+208=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #B48AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48AD0 is #4B752F. Grayscale: #9E9E9E. Windows color (decimal): -4945200 or 13666996. OLE color: 13666996.

HSL color Cylindrical-coordinate representation of color #B48AD0: hue angle of 276º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B48AD0 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 138 208 -
CMYK 0.13 0.34 0 0.18
HSL 276º 0.43% 0.68% -
HSV(B) 276º 0.34% 0.82% -
XYZ 39.3 32.43 63.86 -
YUV 158.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 180 138 208 0.13 0.34 0 0.18 276 0.43 0.68
Hex B4 8A D0 D 22 0 12 114 2B 44
Octal 264 212 320 15 42 0 22 424 53 104
Binary 10110100 10001010 11010000 1101 100010 0 10010 100010100 101011 1000100

Color Harmonies of #B48AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48AD0

Black with #B48AD0

Text Example


Text Example

White with #B48AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48AD0; }

 p { color: rgb(180,138,208); }

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

background-color css

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

 a { background-color: rgb(180,138,208); }

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

border-color css

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

 span { border-color: rgb(180,138,208); }

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