#B94CF6

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

Shades of Medium Orchid #B94CF6

Tints of Medium Orchid #B94CF6

Color information

#B94CF6 (or 0xB94CF6) is unknown color: approx Medium Orchid. HEX triplet: B9, 4C and F6. RGB value is (185,76,246). Sum of RGB (Red+Green+Blue) = 185+76+246=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #B94CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94CF6 is #46B309. Grayscale: #7F7F7F. Windows color (decimal): -4633354 or 16141497. OLE color: 16141497.

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

Color convert

RGB18576246-
CMYK0.250.6900.04
HSL278.47º90.43%63.14%-
HSV(B)278.47º69.11%96.47%-
XYZ39.2322.1489.39-
YUV127.97194.61168.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 76 (30.08% from 255) = 14.99%
BLUE value IS 246 (96.48% from 255) = 48.52%
R=36.49%
G=14.99%
B=48.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal185762460.250.6900.04278.4790.4363.14
HexB94CF61945041165a3f
Octal271114366311050442613277
Binary1011100110011001111011011001100010101001000101101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94CF6; }

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

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

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

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

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

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

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

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