#B937F6

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

Shades of Medium Orchid #B937F6

Tints of Medium Orchid #B937F6

Color information

#B937F6 (or 0xB937F6) is unknown color: approx Medium Orchid. HEX triplet: B9, 37 and F6. RGB value is (185,55,246). Sum of RGB (Red+Green+Blue) = 185+55+246=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 55 (21.88% from 255 or 11.32% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #B937F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B937F6 is #46C809. Grayscale: #737373. Windows color (decimal): -4638730 or 16136121. OLE color: 16136121.

HSL color Cylindrical-coordinate representation of color #B937F6: hue angle of 280.84º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B937F6 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18555246-
CMYK0.250.7800.04
HSL280.84º91.39%59.02%-
HSV(B)280.84º77.64%96.47%-
XYZ38.0119.788.99-
YUV115.64201.57177.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 55 (21.88% from 255) = 11.32%
BLUE value IS 246 (96.48% from 255) = 50.62%
R=38.07%
G=11.32%
B=50.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal185552460.250.7800.04280.8491.3959.02
HexB937F6194E041195b3b
Octal27167366311160443113373
Binary101110011101111111011011001100111001001000110011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B937F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B937F6; }

 p { color: rgb(185,55,246); }

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

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

 a { background-color: rgb(185,55,246); }

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

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

 span { border-color: rgb(185,55,246); }

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