#B15BCF

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

Shades of Medium Orchid #B15BCF

Tints of Medium Orchid #B15BCF

Color information

#B15BCF (or 0xB15BCF) is unknown color: approx Medium Orchid. HEX triplet: B1, 5B and CF. RGB value is (177,91,207). Sum of RGB (Red+Green+Blue) = 177+91+207=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #B15BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BCF is #4EA430. Grayscale: #818181. Windows color (decimal): -5153841 or 13589425. OLE color: 13589425.

HSL color Cylindrical-coordinate representation of color #B15BCF: hue angle of 284.48º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15BCF is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17791207-
CMYK0.140.5600.19
HSL284.48º54.72%58.43%-
HSV(B)284.48º56.04%81.18%-
XYZ33.1421.3361.4-
YUV129.94171.49161.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 91 (35.94% from 255) = 19.16%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=37.26%
G=19.16%
B=43.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177912070.140.5600.19284.4854.7258.43
HexB15BCFE3801311c373a
Octal26113331716700234346772
Binary101100011011011110011111110111000010011100011100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15BCF; }

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

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

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

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

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

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

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

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