#b07cd0

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

Shades of East Side #B07CD0

Tints of East Side #B07CD0

Color information

#B07CD0 (or 0xB07CD0) is unknown color: approx East Side. HEX triplet: B0, 7C and D0. RGB value is (176,124,208). Sum of RGB (Red+Green+Blue) = 176+124+208=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #B07CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07CD0 is #4F832F. Grayscale: #949494. Windows color (decimal): -5210928 or 13663408. OLE color: 13663408.

HSL color Cylindrical-coordinate representation of color #B07CD0: hue angle of 277.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B07CD0 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176124208-
CMYK0.150.4000.18
HSL277.14º47.19%65.1%-
HSV(B)277.14º40.38%81.57%-
XYZ36.528.263.19-
YUV149.12161.23147.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 124 (48.83% from 255) = 24.41%
BLUE value IS 208 (81.64% from 255) = 40.94%
R=34.65%
G=24.41%
B=40.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761242080.150.4000.18277.1447.1965.1
HexB07CD0F280121152f41
Octal260174320175002242557101
Binary1011000011111001101000011111010000100101000101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b07cd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b07cd0; }

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

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

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

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

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

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

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

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