#B939F1

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

Shades of Medium Orchid #B939F1

Tints of Medium Orchid #B939F1

Color information

#B939F1 (or 0xB939F1) is unknown color: approx Medium Orchid. HEX triplet: B9, 39 and F1. RGB value is (185,57,241). Sum of RGB (Red+Green+Blue) = 185+57+241=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 57 (22.66% from 255 or 11.80% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #B939F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B939F1 is #46C60E. Grayscale: #737373. Windows color (decimal): -4638223 or 15808953. OLE color: 15808953.

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

Color convert

RGB18557241-
CMYK0.230.7600.05
HSL281.74º86.79%58.43%-
HSV(B)281.74º76.35%94.51%-
XYZ37.3519.5985.03-
YUV116.25198.41177.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 57 (22.66% from 255) = 11.80%
BLUE value IS 241 (94.53% from 255) = 49.90%
R=38.30%
G=11.80%
B=49.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal185572410.230.7600.05281.7486.7958.43
HexB939F1174C0511a573a
Octal27171361271140543212772
Binary101110011110011111000110111100110001011000110101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B939F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B939F1; }

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

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

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

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

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

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

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

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