#B074BF

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

Shades of East Side #B074BF

Tints of East Side #B074BF

Color information

#B074BF (or 0xB074BF) is unknown color: approx East Side. HEX triplet: B0, 74 and BF. RGB value is (176,116,191). Sum of RGB (Red+Green+Blue) = 176+116+191=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #B074BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B074BF is #4F8B40. Grayscale: #8E8E8E. Windows color (decimal): -5212993 or 12547248. OLE color: 12547248.

HSL color Cylindrical-coordinate representation of color #B074BF: hue angle of 288º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B074BF is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176116191-
CMYK0.080.3900.25
HSL288º36.95%60.2%-
HSV(B)288º39.27%74.9%-
XYZ33.5525.4852.44-
YUV142.49155.38151.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 116 (45.70% from 255) = 24.02%
BLUE value IS 191 (75% from 255) = 39.54%
R=36.44%
G=24.02%
B=39.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761161910.080.3900.2528836.9560.2
HexB074BF827019120253c
Octal26016427710470314404574
Binary101100001110100101111111000100111011001100100000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B074BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B074BF; }

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

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

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

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

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

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

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

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