#B968DD

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

Shades of Medium Orchid #B968DD

Tints of Medium Orchid #B968DD

Color information

#B968DD (or 0xB968DD) is unknown color: approx Medium Orchid. HEX triplet: B9, 68 and DD. RGB value is (185,104,221). Sum of RGB (Red+Green+Blue) = 185+104+221=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #B968DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B968DD is #469722. Grayscale: #8D8D8D. Windows color (decimal): -4626211 or 14510265. OLE color: 14510265.

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

Color convert

RGB185104221-
CMYK0.160.5300.13
HSL281.54º63.24%63.73%-
HSV(B)281.54º52.94%86.67%-
XYZ38.0125.4471.31-
YUV141.56172.84158.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.27%
GREEN value IS 104 (41.02% from 255) = 20.39%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=36.27%
G=20.39%
B=43.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851042210.160.5300.13281.5463.2463.73
HexB968DD10350D11a3f40
Octal271150335206501543277100
Binary1011100111010001101110110000110101011011000110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B968DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B968DD; }

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

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

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

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

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

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

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

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