#B074CD

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

Shades of East Side #B074CD

Tints of East Side #B074CD

Color information

#B074CD (or 0xB074CD) is unknown color: approx East Side. HEX triplet: B0, 74 and CD. RGB value is (176,116,205). Sum of RGB (Red+Green+Blue) = 176+116+205=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #B074CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B074CD is #4F8B32. Grayscale: #8F8F8F. Windows color (decimal): -5212979 or 13464752. OLE color: 13464752.

HSL color Cylindrical-coordinate representation of color #B074CD: hue angle of 280.45º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B074CD is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176116205-
CMYK0.140.4300.20
HSL280.45º47.09%62.94%-
HSV(B)280.45º43.41%80.39%-
XYZ35.1726.1360.95-
YUV144.09162.38150.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 116 (45.70% from 255) = 23.34%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=35.41%
G=23.34%
B=41.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761162050.140.4300.20280.4547.0962.94
HexB074CDE2B0141182f3f
Octal26016431516530244305777
Binary101100001110100110011011110101011010100100011000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B074CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B074CD; }

 p { color: rgb(176,116,205); }

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

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

 a { background-color: rgb(176,116,205); }

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

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

 span { border-color: rgb(176,116,205); }

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