#B15FF1

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

Shades of Medium Orchid #B15FF1

Tints of Medium Orchid #B15FF1

Color information

#B15FF1 (or 0xB15FF1) is unknown color: approx Medium Orchid. HEX triplet: B1, 5F and F1. RGB value is (177,95,241). Sum of RGB (Red+Green+Blue) = 177+95+241=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #B15FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15FF1 is #4EA00E. Grayscale: #878787. Windows color (decimal): -5152783 or 15818673. OLE color: 15818673.

HSL color Cylindrical-coordinate representation of color #B15FF1: hue angle of 273.7º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B15FF1 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17795241-
CMYK0.270.6100.05
HSL273.7º83.91%65.88%-
HSV(B)273.7º60.58%94.51%-
XYZ38.123.8885.82-
YUV136.16187.17157.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 95 (37.5% from 255) = 18.52%
BLUE value IS 241 (94.53% from 255) = 46.98%
R=34.50%
G=18.52%
B=46.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal177952410.270.6100.05273.783.9165.88
HexB15FF11B3D051125442
Octal261137361337505422124102
Binary1011000110111111111000111011111101010110001001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15FF1; }

 p { color: rgb(177,95,241); }

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

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

 a { background-color: rgb(177,95,241); }

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

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

 span { border-color: rgb(177,95,241); }

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