#B941F0

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

Shades of Medium Orchid #B941F0

Tints of Medium Orchid #B941F0

Color information

#B941F0 (or 0xB941F0) is unknown color: approx Medium Orchid. HEX triplet: B9, 41 and F0. RGB value is (185,65,240). Sum of RGB (Red+Green+Blue) = 185+65+240=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #B941F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B941F0 is #46BE0F. Grayscale: #787878. Windows color (decimal): -4636176 or 15745465. OLE color: 15745465.

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

Color convert

RGB18565240-
CMYK0.230.7300.06
HSL281.14º85.37%59.8%-
HSV(B)281.14º72.92%94.12%-
XYZ37.6320.3984.39-
YUV120.83195.26173.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 65 (25.78% from 255) = 13.27%
BLUE value IS 240 (94.14% from 255) = 48.98%
R=37.76%
G=13.27%
B=48.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal185652400.230.7300.06281.1485.3759.8
HexB941F0174906119553c
Octal271101360271110643112574
Binary1011100110000011111000010111100100101101000110011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B941F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B941F0; }

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

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

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

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

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

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

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

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