#B94AF6

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

Shades of Medium Orchid #B94AF6

Tints of Medium Orchid #B94AF6

Color information

#B94AF6 (or 0xB94AF6) is unknown color: approx Medium Orchid. HEX triplet: B9, 4A and F6. RGB value is (185,74,246). Sum of RGB (Red+Green+Blue) = 185+74+246=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #B94AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94AF6 is #46B509. Grayscale: #7E7E7E. Windows color (decimal): -4633866 or 16140985. OLE color: 16140985.

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

Color convert

RGB18574246-
CMYK0.250.7000.04
HSL278.72º90.53%62.75%-
HSV(B)278.72º69.92%96.47%-
XYZ39.0921.8789.35-
YUV126.8195.27169.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 74 (29.30% from 255) = 14.65%
BLUE value IS 246 (96.48% from 255) = 48.71%
R=36.63%
G=14.65%
B=48.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal185742460.250.7000.04278.7290.5362.75
HexB94AF61946041175b3f
Octal271112366311060442713377
Binary1011100110010101111011011001100011001001000101111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94AF6; }

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

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

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

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

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

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

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

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