#B84AE9

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

Shades of Medium Orchid #B84AE9

Tints of Medium Orchid #B84AE9

Color information

#B84AE9 (or 0xB84AE9) is unknown color: approx Medium Orchid. HEX triplet: B8, 4A and E9. RGB value is (184,74,233). Sum of RGB (Red+Green+Blue) = 184+74+233=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #B84AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84AE9 is #47B516. Grayscale: #7C7C7C. Windows color (decimal): -4699415 or 15289016. OLE color: 15289016.

HSL color Cylindrical-coordinate representation of color #B84AE9: hue angle of 281.51º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B84AE9 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18474233-
CMYK0.210.6800.09
HSL281.51º78.33%60.2%-
HSV(B)281.51º68.24%91.37%-
XYZ36.9220.9779.19-
YUV125.02188.94170.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 74 (29.30% from 255) = 15.07%
BLUE value IS 233 (91.41% from 255) = 47.45%
R=37.47%
G=15.07%
B=47.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal184742330.210.6800.09281.5178.3360.2
HexB84AE915440911a4e3c
Octal2701123512510401143211674
Binary10111000100101011101001101011000100010011000110101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84AE9; }

 p { color: rgb(184,74,233); }

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

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

 a { background-color: rgb(184,74,233); }

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

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

 span { border-color: rgb(184,74,233); }

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