#B84EED

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

Shades of Medium Orchid #B84EED

Tints of Medium Orchid #B84EED

Color information

#B84EED (or 0xB84EED) is unknown color: approx Medium Orchid. HEX triplet: B8, 4E and ED. RGB value is (184,78,237). Sum of RGB (Red+Green+Blue) = 184+78+237=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #B84EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84EED is #47B112. Grayscale: #7F7F7F. Windows color (decimal): -4698387 or 15552184. OLE color: 15552184.

HSL color Cylindrical-coordinate representation of color #B84EED: hue angle of 280º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B84EED is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18478237-
CMYK0.220.6700.07
HSL280º81.54%61.76%-
HSV(B)280º67.09%92.94%-
XYZ37.7821.7582.33-
YUV127.82189.62168.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 78 (30.86% from 255) = 15.63%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=36.87%
G=15.63%
B=47.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal184782370.220.6700.0728081.5461.76
HexB84EED164307118523e
Octal270116355261030743012276
Binary1011100010011101110110110110100001101111000110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84EED; }

 p { color: rgb(184,78,237); }

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

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

 a { background-color: rgb(184,78,237); }

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

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

 span { border-color: rgb(184,78,237); }

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