#B068C9

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

Shades of Medium Orchid #B068C9

Tints of Medium Orchid #B068C9

Color information

#B068C9 (or 0xB068C9) is unknown color: approx Medium Orchid. HEX triplet: B0, 68 and C9. RGB value is (176,104,201). Sum of RGB (Red+Green+Blue) = 176+104+201=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #B068C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068C9 is #4F9736. Grayscale: #888888. Windows color (decimal): -5216055 or 13199536. OLE color: 13199536.

HSL color Cylindrical-coordinate representation of color #B068C9: hue angle of 284.54º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B068C9 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176104201-
CMYK0.120.4800.21
HSL284.54º47.32%59.8%-
HSV(B)284.54º48.26%78.82%-
XYZ33.423.3558-
YUV136.59164.35156.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 104 (41.02% from 255) = 21.62%
BLUE value IS 201 (78.91% from 255) = 41.79%
R=36.59%
G=21.62%
B=41.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761042010.120.4800.21284.5447.3259.8
HexB068C9C3001511d2f3c
Octal26015031114600254355774
Binary101100001101000110010011100110000010101100011101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B068C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B068C9; }

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

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

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

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

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

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

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

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