#b863dd

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

Shades of Medium Orchid #B863DD

Tints of Medium Orchid #B863DD

Color information

#B863DD (or 0xB863DD) is unknown color: approx Medium Orchid. HEX triplet: B8, 63 and DD. RGB value is (184,99,221). Sum of RGB (Red+Green+Blue) = 184+99+221=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #B863DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863DD is #479C22. Grayscale: #898989. Windows color (decimal): -4693027 or 14508984. OLE color: 14508984.

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

Color convert

RGB18499221-
CMYK0.170.5500.13
HSL281.8º64.21%62.75%-
HSV(B)281.8º55.2%86.67%-
XYZ37.2824.3371.14-
YUV138.32174.66160.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 99 (39.06% from 255) = 19.64%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=36.51%
G=19.64%
B=43.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184992210.170.5500.13281.864.2162.75
HexB863DD11370D11a403f
Octal270143335216701543210077
Binary1011100011000111101110110001110111011011000110101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b863dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b863dd; }

 p { color: rgb(184,99,221); }

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

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

 a { background-color: rgb(184,99,221); }

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

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

 span { border-color: rgb(184,99,221); }

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