#B15FCA

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

Shades of Medium Orchid #B15FCA

Tints of Medium Orchid #B15FCA

Color information

#B15FCA (or 0xB15FCA) is unknown color: approx Medium Orchid. HEX triplet: B1, 5F and CA. RGB value is (177,95,202). Sum of RGB (Red+Green+Blue) = 177+95+202=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #B15FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FCA is #4EA035. Grayscale: #838383. Windows color (decimal): -5152822 or 13262769. OLE color: 13262769.

HSL color Cylindrical-coordinate representation of color #B15FCA: hue angle of 285.98º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15FCA is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17795202-
CMYK0.120.5300.21
HSL285.98º50.23%58.24%-
HSV(B)285.98º52.97%79.22%-
XYZ32.8821.858.35-
YUV131.72167.67160.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 95 (37.5% from 255) = 20.04%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=37.34%
G=20.04%
B=42.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177952020.120.5300.21285.9850.2358.24
HexB15FCAC3501511e323a
Octal26113731214650254366272
Binary101100011011111110010101100110101010101100011110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15FCA; }

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

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

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

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

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

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

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

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