#B15FFE

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

Shades of Medium Orchid #B15FFE

Tints of Medium Orchid #B15FFE

Color information

#B15FFE (or 0xB15FFE) is unknown color: approx Medium Orchid. HEX triplet: B1, 5F and FE. RGB value is (177,95,254). Sum of RGB (Red+Green+Blue) = 177+95+254=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #B15FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15FFE is #4EA001. Grayscale: #898989. Windows color (decimal): -5152770 or 16670641. OLE color: 16670641.

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

Color convert

RGB17795254-
CMYK0.300.6300.00
HSL270.94º98.76%68.43%-
HSV(B)270.94º62.6%99.61%-
XYZ40.1124.6996.42-
YUV137.64193.67156.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 95 (37.5% from 255) = 18.06%
BLUE value IS 254 (99.61% from 255) = 48.29%
R=33.65%
G=18.06%
B=48.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal177952540.300.6300.00270.9498.7668.43
HexB15FFE1E3F0010f6344
Octal261137376367700417143104
Binary10110001101111111111110111101111110010000111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15FFE; }

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

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

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

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

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

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

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

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