#B854FF

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

Shades of Medium Orchid #B854FF

Tints of Medium Orchid #B854FF

Color information

#B854FF (or 0xB854FF) is unknown color: approx Medium Orchid. HEX triplet: B8, 54 and FF. RGB value is (184,84,255). Sum of RGB (Red+Green+Blue) = 184+84+255=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #B854FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B854FF is #47AB00. Grayscale: #848484. Windows color (decimal): -4696833 or 16733368. OLE color: 16733368.

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

Color convert

RGB18484255-
CMYK0.280.6700
HSL275.09º100%66.47%-
HSV(B)275.09º67.06%100%-
XYZ40.9923.7597.03-
YUV133.39196.63164.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 84 (33.20% from 255) = 16.06%
BLUE value IS 255 (100% from 255) = 48.76%
R=35.18%
G=16.06%
B=48.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal184842550.280.6700275.0910066.47
HexB854FF1C43001136442
Octal2701243773410300423144102
Binary101110001010100111111111110010000110010001001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B854FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B854FF; }

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

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

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

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

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

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

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

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