#B068DD

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

Shades of Medium Orchid #B068DD

Tints of Medium Orchid #B068DD

Color information

#B068DD (or 0xB068DD) is unknown color: approx Medium Orchid. HEX triplet: B0, 68 and DD. RGB value is (176,104,221). Sum of RGB (Red+Green+Blue) = 176+104+221=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #B068DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068DD is #4F9722. Grayscale: #8A8A8A. Windows color (decimal): -5216035 or 14510256. OLE color: 14510256.

HSL color Cylindrical-coordinate representation of color #B068DD: hue angle of 276.92º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B068DD is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176104221-
CMYK0.200.5300.13
HSL276.92º63.24%63.73%-
HSV(B)276.92º52.94%86.67%-
XYZ35.9124.3571.21-
YUV138.87174.35154.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 104 (41.02% from 255) = 20.76%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=35.13%
G=20.76%
B=44.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761042210.200.5300.13276.9263.2463.73
HexB068DD14350D1153f40
Octal260150335246501542577100
Binary1011000011010001101110110100110101011011000101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B068DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B068DD; }

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

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

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

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

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

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

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

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