#B068DE

Color #B068DE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B068DE

Tints of Medium Orchid #B068DE

Color information

#B068DE (or 0xB068DE) is unknown color: approx Medium Orchid. HEX triplet: B0, 68 and DE. RGB value is (176,104,222). Sum of RGB (Red+Green+Blue) = 176+104+222=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #B068DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068DE is #4F9721. Grayscale: #8A8A8A. Windows color (decimal): -5216034 or 14575792. OLE color: 14575792.

HSL color Cylindrical-coordinate representation of color #B068DE: hue angle of 276.61º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B068DE is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176104222-
CMYK0.210.5300.13
HSL276.61º64.13%63.92%-
HSV(B)276.61º53.15%87.06%-
XYZ36.0424.471.92-
YUV138.98174.85154.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 104 (41.02% from 255) = 20.72%
BLUE value IS 222 (87.11% from 255) = 44.22%
R=35.06%
G=20.72%
B=44.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761042220.210.5300.13276.6164.1363.92
HexB068DE15350D1154040
Octal2601503362565015425100100
Binary10110000110100011011110101011101010110110001010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B068DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B068DE; }

 p { color: rgb(176,104,222); }

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

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

 a { background-color: rgb(176,104,222); }

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

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

 span { border-color: rgb(176,104,222); }

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