#B857FC

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

Shades of Medium Orchid #B857FC

Tints of Medium Orchid #B857FC

Color information

#B857FC (or 0xB857FC) is unknown color: approx Medium Orchid. HEX triplet: B8, 57 and FC. RGB value is (184,87,252). Sum of RGB (Red+Green+Blue) = 184+87+252=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #B857FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B857FC is #47A803. Grayscale: #868686. Windows color (decimal): -4696068 or 16537528. OLE color: 16537528.

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

Color convert

RGB18487252-
CMYK0.270.6500.01
HSL275.27º96.49%66.47%-
HSV(B)275.27º65.48%98.82%-
XYZ40.7524.0494.59-
YUV134.81194.14163.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 87 (34.38% from 255) = 16.63%
BLUE value IS 252 (98.83% from 255) = 48.18%
R=35.18%
G=16.63%
B=48.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal184872520.270.6500.01275.2796.4966.47
HexB857FC1B41011136042
Octal2701273743310101423140102
Binary101110001010111111111001101110000010110001001111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B857FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B857FC; }

 p { color: rgb(184,87,252); }

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

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

 a { background-color: rgb(184,87,252); }

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

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

 span { border-color: rgb(184,87,252); }

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