#B941F1

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

Shades of Medium Orchid #B941F1

Tints of Medium Orchid #B941F1

Color information

#B941F1 (or 0xB941F1) is unknown color: approx Medium Orchid. HEX triplet: B9, 41 and F1. RGB value is (185,65,241). Sum of RGB (Red+Green+Blue) = 185+65+241=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #B941F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B941F1 is #46BE0E. Grayscale: #787878. Windows color (decimal): -4636175 or 15811001. OLE color: 15811001.

HSL color Cylindrical-coordinate representation of color #B941F1: hue angle of 280.91º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B941F1 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18565241-
CMYK0.230.7300.05
HSL280.91º86.27%60%-
HSV(B)280.91º73.03%94.51%-
XYZ37.7820.4585.17-
YUV120.94195.76173.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 65 (25.78% from 255) = 13.24%
BLUE value IS 241 (94.53% from 255) = 49.08%
R=37.68%
G=13.24%
B=49.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal185652410.230.7300.05280.9186.2760
HexB941F1174905119563c
Octal271101361271110543112674
Binary1011100110000011111000110111100100101011000110011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B941F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B941F1; }

 p { color: rgb(185,65,241); }

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

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

 a { background-color: rgb(185,65,241); }

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

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

 span { border-color: rgb(185,65,241); }

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