#B84DFE

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

Shades of Medium Orchid #B84DFE

Tints of Medium Orchid #B84DFE

Color information

#B84DFE (or 0xB84DFE) is unknown color: approx Medium Orchid. HEX triplet: B8, 4D and FE. RGB value is (184,77,254). Sum of RGB (Red+Green+Blue) = 184+77+254=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #B84DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84DFE is #47B201. Grayscale: #808080. Windows color (decimal): -4698626 or 16666040. OLE color: 16666040.

HSL color Cylindrical-coordinate representation of color #B84DFE: hue angle of 276.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B84DFE is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18477254-
CMYK0.280.7000.00
HSL276.27º98.88%64.9%-
HSV(B)276.27º69.69%99.61%-
XYZ40.3122.6596.01-
YUV129.17198.45167.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 77 (30.47% from 255) = 14.95%
BLUE value IS 254 (99.61% from 255) = 49.32%
R=35.73%
G=14.95%
B=49.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal184772540.280.7000.00276.2798.8864.9
HexB84DFE1C46001146341
Octal2701153763410600424143101
Binary101110001001101111111101110010001100010001010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84DFE; }

 p { color: rgb(184,77,254); }

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

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

 a { background-color: rgb(184,77,254); }

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

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

 span { border-color: rgb(184,77,254); }

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