#B384CD

Color #B384CD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B384CD

Tints of East Side #B384CD

Color information

#B384CD (or 0xB384CD) is unknown color: approx East Side. HEX triplet: B3, 84 and CD. RGB value is (179,132,205). Sum of RGB (Red+Green+Blue) = 179+132+205=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #B384CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384CD is #4C7B32. Grayscale: #9A9A9A. Windows color (decimal): -5012275 or 13468851. OLE color: 13468851.

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

Color convert

RGB179132205-
CMYK0.130.3600.20
HSL278.63º42.2%66.08%-
HSV(B)278.63º35.61%80.39%-
XYZ37.8630.4961.65-
YUV154.38156.57145.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.69%
GREEN value IS 132 (51.95% from 255) = 25.58%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=34.69%
G=25.58%
B=39.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791322050.130.3600.20278.6342.266.08
HexB384CDD240141172a42
Octal263204315154402442752102
Binary10110011100001001100110111011001000101001000101111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B384CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B384CD; }

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

 H1.HeaderClassName
 {
   color: #B384CD;
 }
 .AnyTagClassName
 {
   color: #B384CD;
 }
</style>
background-color css

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

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

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

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

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

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