#B07DD5

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

Shades of East Side #B07DD5

Tints of East Side #B07DD5

Color information

#B07DD5 (or 0xB07DD5) is unknown color: approx East Side. HEX triplet: B0, 7D and D5. RGB value is (176,125,213). Sum of RGB (Red+Green+Blue) = 176+125+213=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #B07DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DD5 is #4F822A. Grayscale: #959595. Windows color (decimal): -5210667 or 13991344. OLE color: 13991344.

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

Color convert

RGB176125213-
CMYK0.170.4100.16
HSL274.77º51.16%66.27%-
HSV(B)274.77º41.31%83.53%-
XYZ37.2528.766.53-
YUV150.28163.4146.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.24%
GREEN value IS 125 (49.22% from 255) = 24.32%
BLUE value IS 213 (83.59% from 255) = 41.44%
R=34.24%
G=24.32%
B=41.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761252130.170.4100.16274.7751.1666.27
HexB07DD511290101133342
Octal260175325215102042363102
Binary10110000111110111010101100011010010100001000100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DD5; }

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

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

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

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

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

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

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

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