#b15ef4

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

Shades of Medium Orchid #B15EF4

Tints of Medium Orchid #B15EF4

Color information

#B15EF4 (or 0xB15EF4) is unknown color: approx Medium Orchid. HEX triplet: B1, 5E and F4. RGB value is (177,94,244). Sum of RGB (Red+Green+Blue) = 177+94+244=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 244 (95.70% from 255 or 47.38% from 515); Max value from RGB is 244 - color contains mainly: blue. Hex color #B15EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15EF4 is #4EA10B. Grayscale: #878787. Windows color (decimal): -5153036 or 16015025. OLE color: 16015025.

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

Color convert

RGB17794244-
CMYK0.270.6100.04
HSL273.2º87.21%66.27%-
HSV(B)273.2º61.48%95.69%-
XYZ38.4623.8888.17-
YUV135.92189157.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 94 (37.11% from 255) = 18.25%
BLUE value IS 244 (95.70% from 255) = 47.38%
R=34.37%
G=18.25%
B=47.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal177942440.270.6100.04273.287.2166.27
HexB15EF41B3D041115742
Octal261136364337504421127102
Binary1011000110111101111010011011111101010010001000110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b15ef4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b15ef4; }

 p { color: rgb(177,94,244); }

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

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

 a { background-color: rgb(177,94,244); }

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

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

 span { border-color: rgb(177,94,244); }

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