#B068E5

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

Shades of Medium Orchid #B068E5

Tints of Medium Orchid #B068E5

Color information

#B068E5 (or 0xB068E5) is unknown color: approx Medium Orchid. HEX triplet: B0, 68 and E5. RGB value is (176,104,229). Sum of RGB (Red+Green+Blue) = 176+104+229=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #B068E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068E5 is #4F971A. Grayscale: #8B8B8B. Windows color (decimal): -5216027 or 15034544. OLE color: 15034544.

HSL color Cylindrical-coordinate representation of color #B068E5: hue angle of 274.56º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B068E5 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176104229-
CMYK0.230.5500.10
HSL274.56º70.62%65.29%-
HSV(B)274.56º54.59%89.8%-
XYZ3724.7976.96-
YUV139.78178.35153.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.58%
GREEN value IS 104 (41.02% from 255) = 20.43%
BLUE value IS 229 (89.84% from 255) = 44.99%
R=34.58%
G=20.43%
B=44.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1761042290.230.5500.10274.5670.6265.29
HexB068E517370A1134741
Octal2601503452767012423107101
Binary10110000110100011100101101111101110101010001001110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B068E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B068E5; }

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

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

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

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

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

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

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

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