#B840FF

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

Shades of Medium Orchid #B840FF

Tints of Medium Orchid #B840FF

Color information

#B840FF (or 0xB840FF) is unknown color: approx Medium Orchid. HEX triplet: B8, 40 and FF. RGB value is (184,64,255). Sum of RGB (Red+Green+Blue) = 184+64+255=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #B840FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B840FF is #47BF00. Grayscale: #797979. Windows color (decimal): -4701953 or 16728248. OLE color: 16728248.

HSL color Cylindrical-coordinate representation of color #B840FF: hue angle of 277.7º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B840FF is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18464255-
CMYK0.280.7500
HSL277.7º100%62.55%-
HSV(B)277.7º74.9%100%-
XYZ39.6521.0896.59-
YUV121.65203.26172.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 64 (25.39% from 255) = 12.72%
BLUE value IS 255 (100% from 255) = 50.70%
R=36.58%
G=12.72%
B=50.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal184642550.280.7500277.710062.55
HexB840FF1C4B00116643f
Octal270100377341130042614477
Binary10111000100000011111111111001001011001000101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B840FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B840FF; }

 p { color: rgb(184,64,255); }

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

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

 a { background-color: rgb(184,64,255); }

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

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

 span { border-color: rgb(184,64,255); }

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