#B86DEA

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

Shades of Medium Orchid #B86DEA

Tints of Medium Orchid #B86DEA

Color information

#B86DEA (or 0xB86DEA) is unknown color: approx Medium Orchid. HEX triplet: B8, 6D and EA. RGB value is (184,109,234). Sum of RGB (Red+Green+Blue) = 184+109+234=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #B86DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86DEA is #479215. Grayscale: #919191. Windows color (decimal): -4690454 or 15363512. OLE color: 15363512.

HSL color Cylindrical-coordinate representation of color #B86DEA: hue angle of 276º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B86DEA is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184109234-
CMYK0.210.5300.08
HSL276º74.85%67.25%-
HSV(B)276º53.42%91.76%-
XYZ40.0927.0780.95-
YUV145.68177.85155.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 109 (42.97% from 255) = 20.68%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=34.91%
G=20.68%
B=44.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841092340.210.5300.0827674.8567.25
HexB86DEA1535081144b43
Octal2701553522565010424113103
Binary10111000110110111101010101011101010100010001010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86DEA; }

 p { color: rgb(184,109,234); }

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

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

 a { background-color: rgb(184,109,234); }

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

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

 span { border-color: rgb(184,109,234); }

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