#B07CC9

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

Shades of East Side #B07CC9

Tints of East Side #B07CC9

Color information

#B07CC9 (or 0xB07CC9) is unknown color: approx East Side. HEX triplet: B0, 7C and C9. RGB value is (176,124,201). Sum of RGB (Red+Green+Blue) = 176+124+201=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #B07CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07CC9 is #4F8336. Grayscale: #949494. Windows color (decimal): -5210935 or 13204656. OLE color: 13204656.

HSL color Cylindrical-coordinate representation of color #B07CC9: hue angle of 280.52º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B07CC9 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176124201-
CMYK0.120.3800.21
HSL280.52º41.62%63.73%-
HSV(B)280.52º38.31%78.82%-
XYZ35.6527.8658.76-
YUV148.33157.73147.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 124 (48.83% from 255) = 24.75%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=35.13%
G=24.75%
B=40.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761242010.120.3800.21280.5241.6263.73
HexB07CC9C260151192a40
Octal260174311144602543152100
Binary1011000011111001100100111001001100101011000110011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07CC9; }

 p { color: rgb(176,124,201); }

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

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

 a { background-color: rgb(176,124,201); }

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

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

 span { border-color: rgb(176,124,201); }

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