#B07DD4

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

Shades of East Side #B07DD4

Tints of East Side #B07DD4

Color information

#B07DD4 (or 0xB07DD4) is unknown color: approx East Side. HEX triplet: B0, 7D and D4. RGB value is (176,125,212). Sum of RGB (Red+Green+Blue) = 176+125+212=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #B07DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DD4 is #4F822B. Grayscale: #959595. Windows color (decimal): -5210668 or 13925808. OLE color: 13925808.

HSL color Cylindrical-coordinate representation of color #B07DD4: hue angle of 275.17º 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 #B07DD4 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB176125212-
CMYK0.170.4100.17
HSL275.17º50.29%66.08%-
HSV(B)275.17º41.04%83.14%-
XYZ37.1228.6565.86-
YUV150.17162.9146.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 212 (83.20% from 255) = 41.33%
R=34.31%
G=24.37%
B=41.33%

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
Decimal1761252120.170.4100.17275.1750.2966.08
HexB07DD411290111133242
Octal260175324215102142362102
Binary10110000111110111010100100011010010100011000100111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DD4; }

 p { color: rgb(176,125,212); }

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

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

 a { background-color: rgb(176,125,212); }

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

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

 span { border-color: rgb(176,125,212); }

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