#B068C1

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

Shades of Medium Orchid #B068C1

Tints of Medium Orchid #B068C1

Color information

#B068C1 (or 0xB068C1) is unknown color: approx Medium Orchid. HEX triplet: B0, 68 and C1. RGB value is (176,104,193). Sum of RGB (Red+Green+Blue) = 176+104+193=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #B068C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068C1 is #4F973E. Grayscale: #878787. Windows color (decimal): -5216063 or 12675248. OLE color: 12675248.

HSL color Cylindrical-coordinate representation of color #B068C1: hue angle of 288.54º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B068C1 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176104193-
CMYK0.090.4600.24
HSL288.54º41.78%58.24%-
HSV(B)288.54º46.11%75.69%-
XYZ32.4822.9853.18-
YUV135.67160.35156.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=37.21%
G=21.99%
B=40.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761041930.090.4600.24288.5441.7858.24
HexB068C192E0181212a3a
Octal26015030111560304415272
Binary101100001101000110000011001101110011000100100001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B068C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B068C1; }

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

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

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

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

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

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

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

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