#B84EFD

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

Shades of Medium Orchid #B84EFD

Tints of Medium Orchid #B84EFD

Color information

#B84EFD (or 0xB84EFD) is unknown color: approx Medium Orchid. HEX triplet: B8, 4E and FD. RGB value is (184,78,253). Sum of RGB (Red+Green+Blue) = 184+78+253=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #B84EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84EFD is #47B102. Grayscale: #818181. Windows color (decimal): -4698371 or 16600760. OLE color: 16600760.

HSL color Cylindrical-coordinate representation of color #B84EFD: hue angle of 276.34º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B84EFD is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18478253-
CMYK0.270.6900.01
HSL276.34º97.77%64.9%-
HSV(B)276.34º69.17%99.22%-
XYZ40.2222.7395.2-
YUV129.64197.62166.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 78 (30.86% from 255) = 15.15%
BLUE value IS 253 (99.22% from 255) = 49.13%
R=35.73%
G=15.15%
B=49.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal184782530.270.6900.01276.3497.7764.9
HexB84EFD1B45011146241
Octal2701163753310501424142101
Binary101110001001110111111011101110001010110001010011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84EFD; }

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

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

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

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

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

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

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

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