#B15BE8

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

Shades of Medium Orchid #B15BE8

Tints of Medium Orchid #B15BE8

Color information

#B15BE8 (or 0xB15BE8) is unknown color: approx Medium Orchid. HEX triplet: B1, 5B and E8. RGB value is (177,91,232). Sum of RGB (Red+Green+Blue) = 177+91+232=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #B15BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15BE8 is #4EA417. Grayscale: #848484. Windows color (decimal): -5153816 or 15227825. OLE color: 15227825.

HSL color Cylindrical-coordinate representation of color #B15BE8: hue angle of 276.6º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B15BE8 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17791232-
CMYK0.240.6100.09
HSL276.6º75.4%63.33%-
HSV(B)276.6º60.78%90.98%-
XYZ36.4422.6678.8-
YUV132.79183.99159.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 91 (35.94% from 255) = 18.2%
BLUE value IS 232 (91.02% from 255) = 46.4%
R=35.4%
G=18.2%
B=46.4%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal177912320.240.6100.09276.675.463.33
HexB15BE8183D091154b3f
Octal261133350307501142511377
Binary1011000110110111110100011000111101010011000101011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15BE8; }

 p { color: rgb(177,91,232); }

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

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

 a { background-color: rgb(177,91,232); }

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

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

 span { border-color: rgb(177,91,232); }

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