#B861DA

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

Shades of Medium Orchid #B861DA

Tints of Medium Orchid #B861DA

Color information

#B861DA (or 0xB861DA) is unknown color: approx Medium Orchid. HEX triplet: B8, 61 and DA. RGB value is (184,97,218). Sum of RGB (Red+Green+Blue) = 184+97+218=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #B861DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861DA is #479E25. Grayscale: #888888. Windows color (decimal): -4693542 or 14311864. OLE color: 14311864.

HSL color Cylindrical-coordinate representation of color #B861DA: hue angle of 283.14º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B861DA is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18497218-
CMYK0.160.5600.15
HSL283.14º62.05%61.76%-
HSV(B)283.14º55.5%85.49%-
XYZ36.723.868.99-
YUV136.81173.82161.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 97 (38.28% from 255) = 19.44%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=36.87%
G=19.44%
B=43.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal184972180.160.5600.15283.1462.0561.76
HexB861DA10380F11b3e3e
Octal27014133220700174337676
Binary101110001100001110110101000011100001111100011011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B861DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B861DA; }

 p { color: rgb(184,97,218); }

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

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

 a { background-color: rgb(184,97,218); }

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

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

 span { border-color: rgb(184,97,218); }

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