#B84ED0

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

Shades of Medium Orchid #B84ED0

Tints of Medium Orchid #B84ED0

Color information

#B84ED0 (or 0xB84ED0) is unknown color: approx Medium Orchid. HEX triplet: B8, 4E and D0. RGB value is (184,78,208). Sum of RGB (Red+Green+Blue) = 184+78+208=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #B84ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84ED0 is #47B12F. Grayscale: #7C7C7C. Windows color (decimal): -4698416 or 13651640. OLE color: 13651640.

HSL color Cylindrical-coordinate representation of color #B84ED0: hue angle of 288.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84ED0 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18478208-
CMYK0.120.6200.18
HSL288.92º58.04%56.08%-
HSV(B)288.92º62.5%81.57%-
XYZ33.8820.1961.79-
YUV124.51175.12170.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 78 (30.86% from 255) = 16.60%
BLUE value IS 208 (81.64% from 255) = 44.26%
R=39.15%
G=16.60%
B=44.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal184782080.120.6200.18288.9258.0456.08
HexB84ED0C3E0121213a38
Octal27011632014760224417270
Binary101110001001110110100001100111110010010100100001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84ED0; }

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

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

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

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

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

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

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

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