#B07FCD

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

Shades of East Side #B07FCD

Tints of East Side #B07FCD

Color information

#B07FCD (or 0xB07FCD) is unknown color: approx East Side. HEX triplet: B0, 7F and CD. RGB value is (176,127,205). Sum of RGB (Red+Green+Blue) = 176+127+205=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #B07FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FCD is #4F8032. Grayscale: #969696. Windows color (decimal): -5210163 or 13467568. OLE color: 13467568.

HSL color Cylindrical-coordinate representation of color #B07FCD: hue angle of 277.69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B07FCD is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176127205-
CMYK0.140.3800.20
HSL277.69º43.82%65.1%-
HSV(B)277.69º38.05%80.39%-
XYZ36.5128.8261.4-
YUV150.54158.73146.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 127 (50% from 255) = 25%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=34.65%
G=25%
B=40.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761272050.140.3800.20277.6943.8265.1
HexB07FCDE260141162c41
Octal260177315164602442654101
Binary1011000011111111100110111101001100101001000101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FCD; }

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

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

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

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

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

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

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

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