#B15FCF

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

Shades of Medium Orchid #B15FCF

Tints of Medium Orchid #B15FCF

Color information

#B15FCF (or 0xB15FCF) is unknown color: approx Medium Orchid. HEX triplet: B1, 5F and CF. RGB value is (177,95,207). Sum of RGB (Red+Green+Blue) = 177+95+207=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #B15FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FCF is #4EA030. Grayscale: #838383. Windows color (decimal): -5152817 or 13590449. OLE color: 13590449.

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

Color convert

RGB17795207-
CMYK0.140.5400.19
HSL283.93º53.85%59.22%-
HSV(B)283.93º54.11%81.18%-
XYZ33.4922.0461.52-
YUV132.29170.17159.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 95 (37.5% from 255) = 19.83%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=36.95%
G=19.83%
B=43.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177952070.140.5400.19283.9353.8559.22
HexB15FCFE3601311c363b
Octal26113731716660234346673
Binary101100011011111110011111110110110010011100011100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15FCF; }

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

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

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

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

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

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

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

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