#B15CF5

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

Shades of Medium Orchid #B15CF5

Tints of Medium Orchid #B15CF5

Color information

#B15CF5 (or 0xB15CF5) is unknown color: approx Medium Orchid. HEX triplet: B1, 5C and F5. RGB value is (177,92,245). Sum of RGB (Red+Green+Blue) = 177+92+245=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #B15CF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15CF5 is #4EA30A. Grayscale: #868686. Windows color (decimal): -5153547 or 16080049. OLE color: 16080049.

HSL color Cylindrical-coordinate representation of color #B15CF5: hue angle of 273.33º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B15CF5 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17792245-
CMYK0.280.6200.04
HSL273.33º88.44%66.08%-
HSV(B)273.33º62.45%96.08%-
XYZ38.4423.5988.91-
YUV134.86190.16158.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.44%
GREEN value IS 92 (36.33% from 255) = 17.90%
BLUE value IS 245 (96.09% from 255) = 47.67%
R=34.44%
G=17.90%
B=47.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal177922450.280.6200.04273.3388.4466.08
HexB15CF51C3E041115842
Octal261134365347604421130102
Binary1011000110111001111010111100111110010010001000110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15CF5; }

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

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

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

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

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

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

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

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