#B07BC1

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

Shades of East Side #B07BC1

Tints of East Side #B07BC1

Color information

#B07BC1 (or 0xB07BC1) is unknown color: approx East Side. HEX triplet: B0, 7B and C1. RGB value is (176,123,193). Sum of RGB (Red+Green+Blue) = 176+123+193=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #B07BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BC1 is #4F843E. Grayscale: #929292. Windows color (decimal): -5211199 or 12680112. OLE color: 12680112.

HSL color Cylindrical-coordinate representation of color #B07BC1: hue angle of 285.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07BC1 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176123193-
CMYK0.090.3600.24
HSL285.43º36.08%61.96%-
HSV(B)285.43º36.27%75.69%-
XYZ34.6127.2553.89-
YUV146.83154.06148.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=35.77%
G=25%
B=39.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761231930.090.3600.24285.4336.0861.96
HexB07BC192401811d243e
Octal26017330111440304354476
Binary101100001111011110000011001100100011000100011101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07BC1; }

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

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

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

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

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

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

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

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