#B15CE9

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

Shades of Medium Orchid #B15CE9

Tints of Medium Orchid #B15CE9

Color information

#B15CE9 (or 0xB15CE9) is unknown color: approx Medium Orchid. HEX triplet: B1, 5C and E9. RGB value is (177,92,233). Sum of RGB (Red+Green+Blue) = 177+92+233=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #B15CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15CE9 is #4EA316. Grayscale: #858585. Windows color (decimal): -5153559 or 15293617. OLE color: 15293617.

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

Color convert

RGB17792233-
CMYK0.240.6100.09
HSL276.17º76.22%63.73%-
HSV(B)276.17º60.52%91.37%-
XYZ36.6722.8879.58-
YUV133.49184.16159.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 92 (36.33% from 255) = 18.33%
BLUE value IS 233 (91.41% from 255) = 46.41%
R=35.26%
G=18.33%
B=46.41%

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
Decimal177922330.240.6100.09276.1776.2263.73
HexB15CE9183D091144c40
Octal2611343513075011424114100
Binary10110001101110011101001110001111010100110001010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15CE9; }

 p { color: rgb(177,92,233); }

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

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

 a { background-color: rgb(177,92,233); }

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

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

 span { border-color: rgb(177,92,233); }

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