#BD79C4

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

Shades of East Side #BD79C4

Tints of East Side #BD79C4

Color information

#BD79C4 (or 0xBD79C4) is unknown color: approx East Side. HEX triplet: BD, 79 and C4. RGB value is (189,121,196). Sum of RGB (Red+Green+Blue) = 189+121+196=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD79C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD79C4 is #42863B. Grayscale: #959595. Windows color (decimal): -4359740 or 12876221. OLE color: 12876221.

HSL color Cylindrical-coordinate representation of color #BD79C4: hue angle of 294.4º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD79C4 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189121196-
CMYK0.040.3800.23
HSL294.4º38.86%62.16%-
HSV(B)294.4º38.27%76.86%-
XYZ37.7928.4855.73-
YUV149.88154.03155.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 196 (76.95% from 255) = 38.74%
R=37.35%
G=23.91%
B=38.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891211960.040.3800.23294.438.8662.16
HexBD79C4426017126273e
Octal2751713044460274464776
Binary10111101111100111000100100100110010111100100110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD79C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD79C4; }

 p { color: rgb(189,121,196); }

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

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

 a { background-color: rgb(189,121,196); }

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

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

 span { border-color: rgb(189,121,196); }

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