#B07DBF

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

Shades of East Side #B07DBF

Tints of East Side #B07DBF

Color information

#B07DBF (or 0xB07DBF) is unknown color: approx East Side. HEX triplet: B0, 7D and BF. RGB value is (176,125,191). Sum of RGB (Red+Green+Blue) = 176+125+191=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #B07DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DBF is #4F8240. Grayscale: #939393. Windows color (decimal): -5210689 or 12549552. OLE color: 12549552.

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

Color convert

RGB176125191-
CMYK0.080.3500.25
HSL286.36º34.02%61.96%-
HSV(B)286.36º34.55%74.9%-
XYZ34.6427.6652.8-
YUV147.77152.4148.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 125 (49.22% from 255) = 25.41%
BLUE value IS 191 (75% from 255) = 38.82%
R=35.77%
G=25.41%
B=38.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761251910.080.3500.25286.3634.0261.96
HexB07DBF82301911e223e
Octal26017527710430314364276
Binary101100001111101101111111000100011011001100011110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DBF; }

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

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

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

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

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

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

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

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