#B940F1

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

Shades of Medium Orchid #B940F1

Tints of Medium Orchid #B940F1

Color information

#B940F1 (or 0xB940F1) is unknown color: approx Medium Orchid. HEX triplet: B9, 40 and F1. RGB value is (185,64,241). Sum of RGB (Red+Green+Blue) = 185+64+241=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #B940F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B940F1 is #46BF0E. Grayscale: #777777. Windows color (decimal): -4636431 or 15810745. OLE color: 15810745.

HSL color Cylindrical-coordinate representation of color #B940F1: hue angle of 281.02º 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 #B940F1 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18564241-
CMYK0.230.7300.05
HSL281.02º86.34%59.8%-
HSV(B)281.02º73.44%94.51%-
XYZ37.7220.3385.16-
YUV120.36196.09174.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 64 (25.39% from 255) = 13.06%
BLUE value IS 241 (94.53% from 255) = 49.18%
R=37.76%
G=13.06%
B=49.18%

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
Decimal185642410.230.7300.05281.0286.3459.8
HexB940F1174905119563c
Octal271100361271110543112674
Binary1011100110000001111000110111100100101011000110011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B940F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B940F1; }

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

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

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

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

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

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

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

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