#B946FA

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

Shades of Medium Orchid #B946FA

Tints of Medium Orchid #B946FA

Color information

#B946FA (or 0xB946FA) is unknown color: approx Medium Orchid. HEX triplet: B9, 46 and FA. RGB value is (185,70,250). Sum of RGB (Red+Green+Blue) = 185+70+250=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #B946FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B946FA is #46B905. Grayscale: #7C7C7C. Windows color (decimal): -4634886 or 16402105. OLE color: 16402105.

HSL color Cylindrical-coordinate representation of color #B946FA: hue angle of 278.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B946FA is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18570250-
CMYK0.260.7200.02
HSL278.33º94.74%62.75%-
HSV(B)278.33º72%98.04%-
XYZ39.4521.692.53-
YUV124.9198.6170.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 70 (27.73% from 255) = 13.86%
BLUE value IS 250 (98.05% from 255) = 49.50%
R=36.63%
G=13.86%
B=49.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal185702500.260.7200.02278.3394.7462.75
HexB946FA1A48021165f3f
Octal271106372321100242613777
Binary101110011000110111110101101010010000101000101101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B946FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B946FA; }

 p { color: rgb(185,70,250); }

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

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

 a { background-color: rgb(185,70,250); }

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

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

 span { border-color: rgb(185,70,250); }

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