#B07BBF

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

Shades of East Side #B07BBF

Tints of East Side #B07BBF

Color information

#B07BBF (or 0xB07BBF) is unknown color: approx East Side. HEX triplet: B0, 7B and BF. RGB value is (176,123,191). Sum of RGB (Red+Green+Blue) = 176+123+191=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #B07BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BBF is #4F8440. Grayscale: #929292. Windows color (decimal): -5211201 or 12549040. OLE color: 12549040.

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

Color convert

RGB176123191-
CMYK0.080.3600.25
HSL286.76º34.69%61.57%-
HSV(B)286.76º35.6%74.9%-
XYZ34.3927.1652.72-
YUV146.6153.06148.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 123 (48.44% from 255) = 25.10%
BLUE value IS 191 (75% from 255) = 38.98%
R=35.92%
G=25.10%
B=38.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761231910.080.3600.25286.7634.6961.57
HexB07BBF82401911f233e
Octal26017327710440314374376
Binary101100001111011101111111000100100011001100011111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07BBF; }

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

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

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

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

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

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

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

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