#B15EFE

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

Shades of Medium Orchid #B15EFE

Tints of Medium Orchid #B15EFE

Color information

#B15EFE (or 0xB15EFE) is unknown color: approx Medium Orchid. HEX triplet: B1, 5E and FE. RGB value is (177,94,254). Sum of RGB (Red+Green+Blue) = 177+94+254=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #B15EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15EFE is #4EA101. Grayscale: #888888. Windows color (decimal): -5153026 or 16670385. OLE color: 16670385.

HSL color Cylindrical-coordinate representation of color #B15EFE: hue angle of 271.12º 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 #B15EFE is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17794254-
CMYK0.300.6300.00
HSL271.12º98.77%68.24%-
HSV(B)271.12º62.99%99.61%-
XYZ40.0224.5196.39-
YUV137.06194156.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.71%
GREEN value IS 94 (37.11% from 255) = 17.90%
BLUE value IS 254 (99.61% from 255) = 48.38%
R=33.71%
G=17.90%
B=48.38%

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
Decimal177942540.300.6300.00271.1298.7768.24
HexB15EFE1E3F0010f6344
Octal261136376367700417143104
Binary10110001101111011111110111101111110010000111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15EFE; }

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

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

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

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

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

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

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

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