#B068DB

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

Shades of Medium Orchid #B068DB

Tints of Medium Orchid #B068DB

Color information

#B068DB (or 0xB068DB) is unknown color: approx Medium Orchid. HEX triplet: B0, 68 and DB. RGB value is (176,104,219). Sum of RGB (Red+Green+Blue) = 176+104+219=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #B068DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068DB is #4F9724. Grayscale: #8A8A8A. Windows color (decimal): -5216037 or 14379184. OLE color: 14379184.

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

Color convert

RGB176104219-
CMYK0.200.5300.14
HSL277.57º61.5%63.33%-
HSV(B)277.57º52.51%85.88%-
XYZ35.6424.2569.82-
YUV138.64173.35154.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 104 (41.02% from 255) = 20.84%
BLUE value IS 219 (85.94% from 255) = 43.89%
R=35.27%
G=20.84%
B=43.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761042190.200.5300.14277.5761.563.33
HexB068DB14350E1163d3f
Octal26015033324650164267577
Binary101100001101000110110111010011010101110100010110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B068DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B068DB; }

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

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

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

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

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

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

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

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