#B768DD

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

Shades of Medium Orchid #B768DD

Tints of Medium Orchid #B768DD

Color information

#B768DD (or 0xB768DD) is unknown color: approx Medium Orchid. HEX triplet: B7, 68 and DD. RGB value is (183,104,221). Sum of RGB (Red+Green+Blue) = 183+104+221=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #B768DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768DD is #489722. Grayscale: #8C8C8C. Windows color (decimal): -4757283 or 14510263. OLE color: 14510263.

HSL color Cylindrical-coordinate representation of color #B768DD: hue angle of 280.51º 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 #B768DD is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183104221-
CMYK0.170.5300.13
HSL280.51º63.24%63.73%-
HSV(B)280.51º52.94%86.67%-
XYZ37.5325.1971.29-
YUV140.96173.17157.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.02%
GREEN value IS 104 (41.02% from 255) = 20.47%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=36.02%
G=20.47%
B=43.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831042210.170.5300.13280.5163.2463.73
HexB768DD11350D1193f40
Octal267150335216501543177100
Binary1011011111010001101110110001110101011011000110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B768DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B768DD; }

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

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

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

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

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

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

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

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