#B15EF8

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

Shades of Medium Orchid #B15EF8

Tints of Medium Orchid #B15EF8

Color information

#B15EF8 (or 0xB15EF8) is unknown color: approx Medium Orchid. HEX triplet: B1, 5E and F8. RGB value is (177,94,248). Sum of RGB (Red+Green+Blue) = 177+94+248=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #B15EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15EF8 is #4EA107. Grayscale: #878787. Windows color (decimal): -5153032 or 16277169. OLE color: 16277169.

HSL color Cylindrical-coordinate representation of color #B15EF8: hue angle of 272.34º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B15EF8 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17794248-
CMYK0.290.6200.03
HSL272.34º91.67%67.06%-
HSV(B)272.34º62.1%97.25%-
XYZ39.0824.1391.4-
YUV136.37191156.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 94 (37.11% from 255) = 18.11%
BLUE value IS 248 (97.27% from 255) = 47.78%
R=34.10%
G=18.11%
B=47.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal177942480.290.6200.03272.3491.6767.06
HexB15EF81D3E031105c43
Octal261136370357603420134103
Binary101100011011110111110001110111111001110001000010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15EF8; }

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

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

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

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

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

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

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

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