#B871F0

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

Shades of Medium Orchid #B871F0

Tints of Medium Orchid #B871F0

Color information

#B871F0 (or 0xB871F0) is unknown color: approx Medium Orchid. HEX triplet: B8, 71 and F0. RGB value is (184,113,240). Sum of RGB (Red+Green+Blue) = 184+113+240=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #B871F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B871F0 is #478E0F. Grayscale: #949494. Windows color (decimal): -4689424 or 15757752. OLE color: 15757752.

HSL color Cylindrical-coordinate representation of color #B871F0: hue angle of 273.54º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B871F0 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184113240-
CMYK0.230.5300.06
HSL273.54º80.89%69.22%-
HSV(B)273.54º52.92%94.12%-
XYZ41.428.2985.72-
YUV148.71179.52153.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.26%
GREEN value IS 113 (44.53% from 255) = 21.04%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=34.26%
G=21.04%
B=44.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841132400.230.5300.06273.5480.8969.22
HexB871F01735061125145
Octal270161360276506422121105
Binary1011100011100011111000010111110101011010001001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871F0; }

 p { color: rgb(184,113,240); }

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

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

 a { background-color: rgb(184,113,240); }

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

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

 span { border-color: rgb(184,113,240); }

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