Html Css Color HEX #B38ACD East Side

📋 copy color: '#B38ACD'

red 179 ◦ green 138 ◦ blue 205

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

Shades of East Side #B38ACD

Tints of East Side #B38ACD

RGB

 RED value IS 179 (70.31% from 255) = 34.29%

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 34.29%
G = 26.44%
B = 39.27%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B38ACD (or 0xB38ACD) is known color: East Side. HEX triplet: B3, 8A and CD. RGB value is (179,138,205). Sum of RGB (Red+Green+Blue) = 179+138+205=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #B38ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38ACD is #4C7532. Grayscale: #9D9D9D. Windows color (decimal): -5010739 or 13470387. OLE color: 13470387.

HSL color Cylindrical-coordinate representation of color #B38ACD: hue angle of 276.72º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B38ACD is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 138 205 -
CMYK 0.13 0.33 0 0.20
HSL 276.72º 0.4% 0.67% -
HSV(B) 276.72º 0.33% 0.8% -
XYZ 38.7 32.17 61.93 -
YUV 157.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 179 138 205 0.13 0.33 0 0.20 276.72 0.4 0.67
Hex B3 8A CD D 21 0 14 115 28 43
Octal 263 212 315 15 41 0 24 425 50 103
Binary 10110011 10001010 11001101 1101 100001 0 10100 100010101 101000 1000011

Color Harmonies of #B38ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38ACD

Black with #B38ACD

Text Example


Text Example

White with #B38ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38ACD; }

 p { color: rgb(179,138,205); }

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

background-color css

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

 a { background-color: rgb(179,138,205); }

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

border-color css

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

 span { border-color: rgb(179,138,205); }

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