#B068CE

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

Shades of Medium Orchid #B068CE

Tints of Medium Orchid #B068CE

Color information

#B068CE (or 0xB068CE) is unknown color: approx Medium Orchid. HEX triplet: B0, 68 and CE. RGB value is (176,104,206). Sum of RGB (Red+Green+Blue) = 176+104+206=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #B068CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068CE is #4F9731. Grayscale: #888888. Windows color (decimal): -5216050 or 13527216. OLE color: 13527216.

HSL color Cylindrical-coordinate representation of color #B068CE: hue angle of 282.35º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B068CE is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176104206-
CMYK0.150.5000.19
HSL282.35º51%60.78%-
HSV(B)282.35º49.51%80.78%-
XYZ3423.5961.15-
YUV137.16166.85155.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 104 (41.02% from 255) = 21.40%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=36.21%
G=21.40%
B=42.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761042060.150.5000.19282.355160.78
HexB068CEF3201311a333d
Octal26015031617620234326375
Binary101100001101000110011101111110010010011100011010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B068CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B068CE; }

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

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

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

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

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

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

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

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