#B07FBD

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

Shades of East Side #B07FBD

Tints of East Side #B07FBD

Color information

#B07FBD (or 0xB07FBD) is unknown color: approx East Side. HEX triplet: B0, 7F and BD. RGB value is (176,127,189). Sum of RGB (Red+Green+Blue) = 176+127+189=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #B07FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FBD is #4F8042. Grayscale: #949494. Windows color (decimal): -5210179 or 12418992. OLE color: 12418992.

HSL color Cylindrical-coordinate representation of color #B07FBD: hue angle of 287.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B07FBD is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176127189-
CMYK0.070.3300.26
HSL287.42º31.96%61.96%-
HSV(B)287.42º32.8%74.12%-
XYZ34.6828.0851.74-
YUV148.72150.73147.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=35.77%
G=25.81%
B=38.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761271890.070.3300.26287.4231.9661.96
HexB07FBD72101A11f203e
Octal2601772757410324374076
Binary10110000111111110111101111100001011010100011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FBD; }

 p { color: rgb(176,127,189); }

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

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

 a { background-color: rgb(176,127,189); }

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

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

 span { border-color: rgb(176,127,189); }

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