#B068BF

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

Shades of Medium Orchid #B068BF

Tints of Medium Orchid #B068BF

Color information

#B068BF (or 0xB068BF) is unknown color: approx Medium Orchid. HEX triplet: B0, 68 and BF. RGB value is (176,104,191). Sum of RGB (Red+Green+Blue) = 176+104+191=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #B068BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068BF is #4F9740. Grayscale: #878787. Windows color (decimal): -5216065 or 12544176. OLE color: 12544176.

HSL color Cylindrical-coordinate representation of color #B068BF: hue angle of 289.66º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B068BF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176104191-
CMYK0.080.4600.25
HSL289.66º40.47%57.84%-
HSV(B)289.66º45.55%74.9%-
XYZ32.2622.8952.01-
YUV135.45159.35156.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 104 (41.02% from 255) = 22.08%
BLUE value IS 191 (75% from 255) = 40.55%
R=37.37%
G=22.08%
B=40.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761041910.080.4600.25289.6640.4757.84
HexB068BF82E019122283a
Octal26015027710560314425072
Binary101100001101000101111111000101110011001100100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B068BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B068BF; }

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

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

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

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

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

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

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

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