#B07CD3

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

Shades of East Side #B07CD3

Tints of East Side #B07CD3

Color information

#B07CD3 (or 0xB07CD3) is unknown color: approx East Side. HEX triplet: B0, 7C and D3. RGB value is (176,124,211). Sum of RGB (Red+Green+Blue) = 176+124+211=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 211 - color contains mainly: blue. Hex color #B07CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07CD3 is #4F832C. Grayscale: #959595. Windows color (decimal): -5210925 or 13860016. OLE color: 13860016.

HSL color Cylindrical-coordinate representation of color #B07CD3: hue angle of 275.86º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B07CD3 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB176124211-
CMYK0.170.4100.17
HSL275.86º49.71%65.69%-
HSV(B)275.86º41.23%82.75%-
XYZ36.8728.3565.16-
YUV149.47162.73146.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 124 (48.83% from 255) = 24.27%
BLUE value IS 211 (82.81% from 255) = 41.29%
R=34.44%
G=24.27%
B=41.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1761242110.170.4100.17275.8649.7165.69
HexB07CD311290111143242
Octal260174323215102142462102
Binary10110000111110011010011100011010010100011000101001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07CD3; }

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

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

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

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

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

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

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

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