#BA3FF2

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

Shades of Medium Orchid #BA3FF2

Tints of Medium Orchid #BA3FF2

Color information

#BA3FF2 (or 0xBA3FF2) is unknown color: approx Medium Orchid. HEX triplet: BA, 3F and F2. RGB value is (186,63,242). Sum of RGB (Red+Green+Blue) = 186+63+242=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA3FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FF2 is #45C00D. Grayscale: #777777. Windows color (decimal): -4571150 or 15876026. OLE color: 15876026.

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

Color convert

RGB18663242-
CMYK0.230.7400.05
HSL281.23º87.32%59.8%-
HSV(B)281.23º73.97%94.9%-
XYZ38.0520.485.94-
YUV120.18196.75174.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 63 (25% from 255) = 12.83%
BLUE value IS 242 (94.92% from 255) = 49.29%
R=37.88%
G=12.83%
B=49.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186632420.230.7400.05281.2387.3259.8
HexBA3FF2174A05119573c
Octal27277362271120543112774
Binary101110101111111111001010111100101001011000110011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3FF2; }

 p { color: rgb(186,63,242); }

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

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

 a { background-color: rgb(186,63,242); }

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

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

 span { border-color: rgb(186,63,242); }

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